Information about plays

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

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

{
    "id": 382646,
    "uri": "https://api.kexp.org/v2/plays/382646/?format=api",
    "airdate": "2019-09-18T20:32:15-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll On John",
    "track_id": null,
    "recording_id": null,
    "artist": "Walker Shepard",
    "artist_ids": [
        "19d6752d-b13f-4ed5-877c-e12bcee45ee0"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jalopy Grotto"
    ],
    "label_ids": [
        "273f4c16-2bf4-49f8-9cf5-e3c40875b880"
    ],
    "release_date": "2017-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of the Dust Busters and Down Hill Strugglers, who counted the late, great John Cohen as a collaborator and mentor ; https://walkershepard.bandcamp.com ; video of Walker playing ‘Coo Coo Bird’ with John Cohen in 2013: https://www.youtube.com/watch?v=D5FoQDnUgBw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}