Information about plays

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

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

{
    "id": 342841,
    "uri": "https://api.kexp.org/v2/plays/342841/?format=api",
    "airdate": "2019-06-18T06:10:35-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/990694fe-048f-4022-9c66-a11356762b61/13599467068-250.jpg",
    "thumbnail_uri": "",
    "song": "The Funeral",
    "track_id": "f045ebb2-dfb3-4d41-814e-88c16fd23789",
    "recording_id": null,
    "artist": "Band of Horses",
    "artist_ids": [
        "07b6020a-c539-4d68-aeef-f159f3befc76"
    ],
    "album": "Acoustic at the Ryman",
    "release_id": "990694fe-048f-4022-9c66-a11356762b61",
    "release_group_id": null,
    "labels": [
        "Brown Records"
    ],
    "label_ids": [
        "e3210de8-3b0e-42aa-b402-82db38bf3a7a"
    ],
    "release_date": "2014-02-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}