# View: anr_plays_and_views

**View Name:** anr_plays
**Table Source:** `Derived Table (Custom SQL)`
**File Path:** `anr_plays_and_views.view.lkml`

## Overview

- **File Size:** 893 bytes
- **Lines of Code:** 45
- **Dimensions:** 4
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `artist` | string |
| `plays` | number |
| `artist` | string |
| `views` | number |

## Derived Table

```sql
sql: select S.artist, S.CURRENT_PLAYS_COUNT
      as "Plays" from TABLE({% parameter soundcloud_table_name %
```

