Information about plays

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

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

{
    "id": 348982,
    "uri": "https://api.kexp.org/v2/plays/348982/?format=api",
    "airdate": "2019-07-02T09:26:30-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/1174161171-250.jpg",
    "thumbnail_uri": "",
    "song": "Bitter Sweet Symphony",
    "track_id": "823c980a-9d95-3c9c-aeb3-b20f81dd8515",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although the song's lyrics were written by Verve vocalist Richard Ashcroft, its distinctive passage for strings was sampled from the 1965 Andrew Oldham Orchestra symphonic recording of \"The Last Time\", arranged and written by David Whitaker, inspired by the 1965 Rolling Stones' song of the same title. The Rolling Stones' song was itself strongly inspired by \"This May Be the Last Time\" from the Staple Singers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}