Information about plays

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

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

{
    "id": 366032,
    "uri": "https://api.kexp.org/v2/plays/366032/?format=api",
    "airdate": "2019-08-11T14:48:00-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/41551171-df20-4848-a22f-753a4f14e3ed/16313295903-250.jpg",
    "thumbnail_uri": "",
    "song": "Going Home",
    "track_id": "f2852f5c-20a0-3ad9-a245-1e5b38e101c4",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Aftermath",
    "release_id": "41551171-df20-4848-a22f-753a4f14e3ed",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mick and the Boys at Centurylink Field this Wednesday. Sadly, no KEXP Gathering Space performance. Whomp Whomp. https://www.rollingstones.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}