Information about plays

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

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

{
    "id": 379449,
    "uri": "https://api.kexp.org/v2/plays/379449/?format=api",
    "airdate": "2019-09-11T06:47:13-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://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": "Here's a video of the two legends performing together: https://www.youtube.com/watch?v=aZK0ZohW2d8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}