Information about plays

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

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

{
    "id": 351624,
    "uri": "https://api.kexp.org/v2/plays/351624/?format=api",
    "airdate": "2019-07-08T08:12:49-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/d0d0ba59-c3e1-4263-9a07-b2995155b9aa/11459942240-250.jpg",
    "thumbnail_uri": "",
    "song": "The Guns of Brixton",
    "track_id": "3444cfbf-5de6-3ca1-ab62-d9756e4328c9",
    "recording_id": null,
    "artist": "Nouvelle Vague",
    "artist_ids": [
        "b017a7ae-e5ee-4675-bb13-c83346134971"
    ],
    "album": "Nouvelle Vague",
    "release_id": "d0d0ba59-c3e1-4263-9a07-b2995155b9aa",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2005-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With a name that means \"new wave\" in English and \"bossa nova\" in Portuguese, Nouvelle Vague's moniker neatly sums up the group's concept: remaking classic new wave singles with a Brazilian pop twist: https://www.allmusic.com/artist/nouvelle-vague-mn0000202084/biography  This is, of course, a Clash cover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}