Information about plays

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

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

{
    "id": 352262,
    "uri": "https://api.kexp.org/v2/plays/352262/?format=api",
    "airdate": "2019-07-09T19:20:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Postcard Poverty",
    "track_id": "7c5259d7-76e9-4ca9-96c4-96134ede5c0a",
    "recording_id": null,
    "artist": "Kobo Town",
    "artist_ids": [
        "db7f8a09-5008-4953-8d24-553a572c3dba"
    ],
    "album": "Jumbie in the Jukebox",
    "release_id": "0c83ebda-88a8-47b8-be4d-8ff0c9e8d3a0",
    "release_group_id": null,
    "labels": [
        "Stonetree Records"
    ],
    "label_ids": [],
    "release_date": "2013-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded and fronted by émigré Trinidadian songwriter Drew Gonsalves, Kobo Town’s music has been variously described as “an intoxicating blend of lilting calypsonian wit, dancehall reggae and trombone-heavy brass” (Guardian) and a “unique, transnational composite of rhythm, poetry and activist journalism.”(Exclaim!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}