Information about plays

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

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

{
    "id": 366344,
    "uri": "https://api.kexp.org/v2/plays/366344/?format=api",
    "airdate": "2019-08-12T10:19:18-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "http://coverartarchive.org/release/27fb9528-206f-4eb9-882a-3a253d8db864/23037797044-250.jpg",
    "thumbnail_uri": "",
    "song": "Dead of Night",
    "track_id": "6610d2cc-f346-4817-9f23-f430d1ca4bb5",
    "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": "Playing THING Festival in Port Townsend, WA on Saturday, August 24. https://thingnw.org/schedule#/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}