Information about plays

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

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

{
    "id": 355665,
    "uri": "https://api.kexp.org/v2/plays/355665/?format=api",
    "airdate": "2019-07-17T16:59:23-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Entrance Song",
    "track_id": "0508af53-fc4b-368b-a38f-f64201eaffa5",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Phosphene Dream",
    "release_id": "9bd97fc5-9bd2-3ea3-8daf-9a335b7d6a9f",
    "release_group_id": null,
    "labels": [
        "Blue Horizon"
    ],
    "label_ids": [
        "36822cea-5590-4a9f-a415-267bea418484"
    ],
    "release_date": "2010-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels performed live on KEXP from The Triple Door in May 2013. Watch it here: https://www.youtube.com/watch?v=T_bE3QII8qk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}