Information about plays

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

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

{
    "id": 356821,
    "uri": "https://api.kexp.org/v2/plays/356821/?format=api",
    "airdate": "2019-07-20T10:09:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reggae Music",
    "track_id": "135d4dbe-7062-4625-9606-cf7d79e02a1d",
    "recording_id": null,
    "artist": "Kabaka Pyramid",
    "artist_ids": [
        "364162c7-09be-4462-b3c9-2f410b23605d"
    ],
    "album": "Kontraband",
    "release_id": "edaac54e-6065-4eb6-b600-6f6e57747d0b",
    "release_group_id": null,
    "labels": [
        "Ghetto Youths International"
    ],
    "label_ids": [],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kabaka Pyramid has long infused his reggae background with his love for hip hop. He first grabbed hold of the music industry with the release of his first EP Rebel Music in 2011, featuring hit “Warrior” with Protoje. Pyramid’s music combines spirituality, Rastafari, and consciousness to illuminate issues the world faces today. “No Capitalist” from his 2013 EP Lead The Way challenges how capitalism has long been used to sustain poverty, and he’s most recently used “Borders” featuring Stonebwoy to discuss refugee crises across the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}