Information about plays

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

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

{
    "id": 3584752,
    "uri": "https://api.kexp.org/v2/plays/3584752/?format=api",
    "airdate": "2025-11-29T22:38:34-08:00",
    "show": 65248,
    "show_uri": "https://api.kexp.org/v2/shows/65248/?format=api",
    "image_uri": "https://ia903408.us.archive.org/3/items/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01-17222715658_thumb500.jpg",
    "thumbnail_uri": "https://ia803408.us.archive.org/3/items/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01/mbid-5253d3f2-89e1-4546-95f3-86e0065cab01-17222715658_thumb250.jpg",
    "song": "I Don't Want to Grow Up",
    "track_id": "5cf69ce1-7b79-318e-990d-0451950207a5",
    "recording_id": "6d455e37-a4c0-46d7-a20e-13b498571cee",
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "I Don't Want to Grow Up",
    "release_id": "5253d3f2-89e1-4546-95f3-86e0065cab01",
    "release_group_id": "8091d677-27f6-31db-8b65-2e4c532fde6a",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1990-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Descendents are celebrating 40 years of their 1985 album I Don’t Want to Grow Up with a definitive reissue, released on November 21st via Org Music. The reissue arrives in multiple formats, including vinyl, CD, cassette, and a special Punk Note edition with artwork by John Yates, inspired by classic Blue Note jazz designs.\n\nhttps://newnoisemagazine.com/descendents-i-dont-want-to-grow-up-reissue/\n\nhttps://orgmusic.com/blogs/news/descendents-i-dont-want-to-grow-up",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}