Information about plays

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

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

{
    "id": 346344,
    "uri": "https://api.kexp.org/v2/plays/346344/?format=api",
    "airdate": "2019-06-26T05:36:33-07:00",
    "show": 5772,
    "show_uri": "https://api.kexp.org/v2/shows/5772/?format=api",
    "image_uri": "http://coverartarchive.org/release/a421d0c8-8e79-4f0b-9541-35b5388aaa25/8237937972-250.jpg",
    "thumbnail_uri": "",
    "song": "Outside",
    "track_id": "102eea18-97e7-4c94-881f-52f7d540fced",
    "recording_id": null,
    "artist": "TOPS",
    "artist_ids": [
        "2491939e-b112-4afd-8563-c1ab1ea27e1c"
    ],
    "album": "Picture You Staring",
    "release_id": "a421d0c8-8e79-4f0b-9541-35b5388aaa25",
    "release_group_id": null,
    "labels": [
        "Arbutus Records"
    ],
    "label_ids": [
        "05f3843b-fe2e-41f6-b97e-101449b8453c"
    ],
    "release_date": "2014-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Total \"Berlin\" vibes - https://tops.bandcamp.com/album/picture-you-staring",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}