Information about plays

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

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

{
    "id": 372596,
    "uri": "https://api.kexp.org/v2/plays/372596/?format=api",
    "airdate": "2019-08-26T15:34:00-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherub Rock",
    "track_id": "ec9d3694-2e92-3cd8-a73c-bf96f8ebb3da",
    "recording_id": null,
    "artist": "The Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Siamese Dream",
    "release_id": "33593826-03ef-3393-a905-ccde90824301",
    "release_group_id": null,
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [],
    "release_date": "1993-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Soul Retrieval\" by Tai Hubbert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}