Information about plays

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

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

{
    "id": 373457,
    "uri": "https://api.kexp.org/v2/plays/373457/?format=api",
    "airdate": "2019-08-28T09:42:00-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocket",
    "track_id": "404e957e-77f1-3162-8d36-d733e5244614",
    "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": "According to Billy Corgan, “The Pumpkins used to play gigs on hallucinogens, that was interesting.\"  https://bit.ly/30HN8Tj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}