Information about plays

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

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

{
    "id": 356294,
    "uri": "https://api.kexp.org/v2/plays/356294/?format=api",
    "airdate": "2019-07-19T02:40:47-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "http://coverartarchive.org/release/72fdfd61-8bc5-467b-b7b0-2ff6d112ecdc/17218569139-250.jpg",
    "thumbnail_uri": "",
    "song": "A Private Understanding",
    "track_id": "e6823478-bbbb-4191-9630-97bcdd060aee",
    "recording_id": null,
    "artist": "Protomartyr",
    "artist_ids": [
        "9efaf639-6332-44b8-94ae-c25896320ca7"
    ],
    "album": "Relatives in Descent",
    "release_id": "72fdfd61-8bc5-467b-b7b0-2ff6d112ecdc",
    "release_group_id": null,
    "labels": [
        "Domino Recording Co Ltd"
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}