Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/350001/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 350001,
    "uri": "https://api.kexp.org/v2/plays/350001/?format=api",
    "airdate": "2019-07-04T10:51:39-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/06924917-5ca9-4098-9660-30d4f1220d93/19363220821-250.jpg",
    "thumbnail_uri": "",
    "song": "America",
    "track_id": "b8e850ca-ae0f-4b78-8add-956537a984c1",
    "recording_id": null,
    "artist": "Foxygen",
    "artist_ids": [
        "913e6848-6865-4717-ac5e-3bd9c22826be"
    ],
    "album": "Hang",
    "release_id": "06924917-5ca9-4098-9660-30d4f1220d93",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}