Information about plays

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

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

{
    "id": 373726,
    "uri": "https://api.kexp.org/v2/plays/373726/?format=api",
    "airdate": "2019-08-28T22:52:50-07:00",
    "show": 6222,
    "show_uri": "https://api.kexp.org/v2/shows/6222/?format=api",
    "image_uri": "http://coverartarchive.org/release/1de94700-960b-430e-aaf6-f72bfc4e5aa5/6858643727-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl From the North Country",
    "track_id": "0c00452b-aa8a-3cb2-8c85-7dd6cc22db61",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Vol. 9: The Witmark Demos: 1962–1964",
    "release_id": "1de94700-960b-430e-aaf6-f72bfc4e5aa5",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}