Information about plays

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

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

{
    "id": 354556,
    "uri": "https://api.kexp.org/v2/plays/354556/?format=api",
    "airdate": "2019-07-15T05:26:27-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "http://coverartarchive.org/release/a421d0c8-8e79-4f0b-9541-35b5388aaa25/8237937972-250.jpg",
    "thumbnail_uri": "",
    "song": "Way to be Loved",
    "track_id": "f0c1b2e9-a587-467e-9fd9-d50fbc596620",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}