Information about plays

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

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

{
    "id": 382819,
    "uri": "https://api.kexp.org/v2/plays/382819/?format=api",
    "airdate": "2019-09-19T05:09:32-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blankenship",
    "track_id": "e8aff430-8aee-4176-b93b-b636ec4a46b4",
    "recording_id": null,
    "artist": "DIIV",
    "artist_ids": [
        "b5ff61dd-0154-4e80-b46b-c733f87db602"
    ],
    "album": "Deceiver",
    "release_id": "584f2904-783e-41c5-92fb-9c7d599e570d",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "October 4th - https://diivct.bandcamp.com/album/deceiver",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}