Information about plays

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

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

{
    "id": 366267,
    "uri": "https://api.kexp.org/v2/plays/366267/?format=api",
    "airdate": "2019-08-12T05:52:52-07:00",
    "show": 6109,
    "show_uri": "https://api.kexp.org/v2/shows/6109/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9f26f5d-f94e-4052-abce-0e910e8c78d4/16165746803-250.jpg",
    "thumbnail_uri": "",
    "song": "Paper Mâché",
    "track_id": "94dfb83a-9157-4ba4-b8d3-75f8b583961f",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Paper Mâché Dream Balloon",
    "release_id": "e9f26f5d-f94e-4052-abce-0e910e8c78d4",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2015-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}