Information about plays

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

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

{
    "id": 351604,
    "uri": "https://api.kexp.org/v2/plays/351604/?format=api",
    "airdate": "2019-07-08T07:08:38-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9058a31-ab10-373a-ae29-1ef98c1c0be4/6115051996-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t Play That Song",
    "track_id": "aaee5e34-b03d-34d1-81a4-5edef5a7885a",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Spirit in the Dark",
    "release_id": "e9058a31-ab10-373a-ae29-1ef98c1c0be4",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The great Aretha Franklin sang this song live during the 25th anniversary concert for the Rock & Roll Hall of Fame in 2009.:  https://www.youtube.com/watch?v=NdgIqFGNCnQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}