Information about plays

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

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

{
    "id": 2674847,
    "uri": "https://api.kexp.org/v2/plays/2674847/?format=api",
    "airdate": "2019-12-18T09:06:39-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/c940faeb-fe12-341e-bd57-bb006bf56db3/15310217418-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl From the North Country",
    "track_id": "2eb458b4-d5fe-3c10-bfdb-30623482f25b",
    "recording_id": null,
    "artist": "Bob Dylan with Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Nashville Skyline",
    "release_id": "c940faeb-fe12-341e-bd57-bb006bf56db3",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Despite their long friendship and mutual admiration for each other, this was the first and last time that Dylan and Cash played together in public discounting the “Knockin’ on Heaven’s Door” jam at Dylan’s 30th anniversary concert in 1992 where they were two of about 30 people onstage. - https://bit.ly/2r3YxjK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}