Information about plays

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

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

{
    "id": 3428650,
    "uri": "https://api.kexp.org/v2/plays/3428650/?format=api",
    "airdate": "2024-11-22T12:33:39-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia801608.us.archive.org/15/items/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76-39444575619_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/15/items/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76/mbid-5c391077-e2ed-4d23-a444-59185b7e5f76-39444575619_thumb250.jpg",
    "song": "Dead Moon Night",
    "track_id": "c08711fa-8e74-3f00-ae22-2fd5e8f040b2",
    "recording_id": "2d0e94b4-c396-4c1f-8dc5-951d618bfcef",
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Echoes of the Past",
    "release_id": "5c391077-e2ed-4d23-a444-59185b7e5f76",
    "release_group_id": "4e73ec2a-a34f-36fe-8270-bf1df548c3b6",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-09-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dead Moon was a United States rock band from 1987 to 2006, formed in Portland, Oregon. Fronted by singer/guitarist Fred Cole, the band also included singer/bassist Toody Cole, Fred's wife, and drummer Andrew Loomis. Veterans of Portland's independent rock scene, Dead Moon combined dark and lovelorn themes with punk and country music influences into a stripped-down sound.\"\nhttps://www.deadmoonusa.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}