Information about plays

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

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

{
    "id": 353321,
    "uri": "https://api.kexp.org/v2/plays/353321/?format=api",
    "airdate": "2019-07-12T03:55:11-07:00",
    "show": 5886,
    "show_uri": "https://api.kexp.org/v2/shows/5886/?format=api",
    "image_uri": "http://coverartarchive.org/release/23a92dc8-d233-4f5b-96a4-a5e76000c174/10587359545-250.jpg",
    "thumbnail_uri": "",
    "song": "Gosh",
    "track_id": "e2ddd71b-42be-4b3f-8689-d5fd40eed33c",
    "recording_id": null,
    "artist": "Jamie xx",
    "artist_ids": [
        "d1515727-4a93-4c0d-88cb-d7a9fce01879"
    ],
    "album": "In Colour",
    "release_id": "23a92dc8-d233-4f5b-96a4-a5e76000c174",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2015-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}