Information about plays

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

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

{
    "id": 2670929,
    "uri": "https://api.kexp.org/v2/plays/2670929/?format=api",
    "airdate": "2019-12-09T09:57:45-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/7befaf76-8ed0-4019-af55-3ac6b5bc3cdf/24250182430-250.jpg",
    "thumbnail_uri": "",
    "song": "Forgotten Eyes",
    "track_id": "bedc5a07-4bfa-480b-8f62-598ce060ffce",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Two Hands",
    "release_id": "7befaf76-8ed0-4019-af55-3ac6b5bc3cdf",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the latest Big Thief KEXP - in studio here: https://bit.ly/34aPzio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}