Information about plays

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

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

{
    "id": 2675451,
    "uri": "https://api.kexp.org/v2/plays/2675451/?format=api",
    "airdate": "2019-12-19T16:48:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear",
    "track_id": null,
    "recording_id": null,
    "artist": "Radioactivity",
    "artist_ids": [
        "1b38a8f3-59c7-46de-9579-37a06b12d6b8"
    ],
    "album": "Erased/Fear",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wild Honey Records"
    ],
    "label_ids": [],
    "release_date": "2019-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Erased was actually written just after we finished recording that record\" Jeff Burke reveals. The song sounds like an evolution of that sound, with a driven riff following the classic Burke's melanchonic melodies. Th B-side, FEAR, goes back into the dark tone of the tough and radioactive Japanese days \"It was written in 2011 when I was living there, but only got recorded properly in 2018\". <br/><br/>https://wildhoneyrecords.bandcamp.com/album/erased",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}