Information about plays

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

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

{
    "id": 356049,
    "uri": "https://api.kexp.org/v2/plays/356049/?format=api",
    "airdate": "2019-07-18T13:31:35-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/05bc47ec-eaa8-3e1b-b705-07070f86f1ca/12340474874-250.jpg",
    "thumbnail_uri": "",
    "song": "Assessment",
    "track_id": "105340a1-ba31-3a53-99de-91eb870566dc",
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "Heroes to Zeros",
    "release_id": "05bc47ec-eaa8-3e1b-b705-07070f86f1ca",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Beta Band were a Scottish musical group formed in 1996. They were critically acclaimed and have achieved a cult status. Their style was described as being \"folktronica\", a blend of folk, Scottish, electronic, rock, trip hop, and experimental jamming.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}