Information about plays

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

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

{
    "id": 355971,
    "uri": "https://api.kexp.org/v2/plays/355971/?format=api",
    "airdate": "2019-07-18T08:38:04-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "http://coverartarchive.org/release/02afecb9-4774-4a06-a487-0b434c7f17ce/10228046474-250.jpg",
    "thumbnail_uri": "",
    "song": "Scatterlings of Africa",
    "track_id": "c0a1771c-9007-3d18-8ccf-ed334f173654",
    "recording_id": null,
    "artist": "Juluka",
    "artist_ids": [
        "46868313-f4bd-40fd-81f6-b5d09b10c3fc"
    ],
    "album": "The Best of Juluka",
    "release_id": "02afecb9-4774-4a06-a487-0b434c7f17ce",
    "release_group_id": null,
    "labels": [
        "Rhythm Safari"
    ],
    "label_ids": [
        "f3660447-503b-48b7-9ee7-9750224af29e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Clegg of Juluka passed away this Tuesday at the age of 66: https://bit.ly/2Sl6zOz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}