Information about plays

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

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

{
    "id": 369741,
    "uri": "https://api.kexp.org/v2/plays/369741/?format=api",
    "airdate": "2019-08-20T04:55:01-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/27fb9528-206f-4eb9-882a-3a253d8db864/23037797044-250.jpg",
    "thumbnail_uri": "",
    "song": "Queen of the Rodeo",
    "track_id": "9eb6e4b4-410d-4a0f-853c-9d0e0b4896f8",
    "recording_id": null,
    "artist": "Orville Peck",
    "artist_ids": [
        "437b356d-88f1-4dde-af5e-dec1c9d7dde4"
    ],
    "album": "Pony",
    "release_id": "27fb9528-206f-4eb9-882a-3a253d8db864",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orville Peck - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=t1vfIt14dg4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}