Information about plays

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

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

{
    "id": 2675359,
    "uri": "https://api.kexp.org/v2/plays/2675359/?format=api",
    "airdate": "2019-12-19T12:11:20-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Track / Wrong Man",
    "track_id": "d004ad2c-c1e4-4f3f-a84d-48d7219b25de",
    "recording_id": null,
    "artist": "Yumi Zouma",
    "artist_ids": [
        "6e3252a1-397d-4bf8-b2b7-d16f7fbcb3dd"
    ],
    "album": "Right Track / Wrong Man",
    "release_id": "0d789c8f-ef33-474d-a787-044daf51e309",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-12-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand band Yumi Zouma have just released this new single. <br> <br> “‘Right Track / Wrong Man’ comes from a place of uncertainty – of not knowing if you should stay in the comfort of a slightly unfulfilling relationship, or branch out and make the most of the youth you have left; meet new people, go out more, dance, live,” Christie Simpson said in a statement. “As Yumi Zouma we often write songs that we want people to dance to, and that we ourselves would want to dance to – this is our dancefloor anthem to the confusion of living through your twenties.” https://bit.ly/2PYXtWS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}