Information about plays

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

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

{
    "id": 350250,
    "uri": "https://api.kexp.org/v2/plays/350250/?format=api",
    "airdate": "2019-07-05T00:38:32-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cities of Glass",
    "track_id": "22add681-bf5d-4451-96f8-b5a27c020d61",
    "recording_id": null,
    "artist": "Efterklang & The Happy Hopeless Orchestra",
    "artist_ids": [
        "d084f1dd-6fe8-4fa4-964b-ae430b723e83"
    ],
    "album": "Leaves: The Colour of Falling",
    "release_id": "8a0390e9-d990-4891-848d-a1f5bde178f3",
    "release_group_id": null,
    "labels": [
        "Tambourhinoceros"
    ],
    "label_ids": [
        "3e7549e8-d0a6-4e43-87a5-b6d7a5a4869d"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Copenhagen, Denmark https://efterklang.bandcamp.com/album/leaves-the-colour-of-falling-performed-by-efterklang-the-happy-hopeless-orchestra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}