Information about plays

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

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

{
    "id": 2680696,
    "uri": "https://api.kexp.org/v2/plays/2680696/?format=api",
    "airdate": "2020-01-01T06:09:37-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9e56dc4-2154-4351-bbb5-da11a4b6db3f/21462298855-250.jpg",
    "thumbnail_uri": "",
    "song": "Coming Down",
    "track_id": "faa0891c-bc24-3e98-b993-997325fa3527",
    "recording_id": null,
    "artist": "Dum Dum Girls",
    "artist_ids": [
        "ca405011-906d-4090-992f-f230739278b1"
    ],
    "album": "Only in Dreams",
    "release_id": "d9e56dc4-2154-4351-bbb5-da11a4b6db3f",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}