Information about plays

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

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

{
    "id": 356518,
    "uri": "https://api.kexp.org/v2/plays/356518/?format=api",
    "airdate": "2019-07-19T15:45:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Me a Reason",
    "track_id": "9385da93-fd98-4ea9-8195-6ff8de913f32",
    "recording_id": null,
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Uyai",
    "release_id": "a6d31f83-4251-45c4-934a-7ea8a0696d36",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the High Dive on Friday, August 2nd at 8:30pm!   Ibibio Sound Machine is a clash of African and electronic elements fronted by London-born Nigerian singer Eno Williams, inspired in equal measure by the golden era of West-African funk & disco and modern post-punk & electro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}