Information about plays

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

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

{
    "id": 3632017,
    "uri": "https://api.kexp.org/v2/plays/3632017/?format=api",
    "airdate": "2026-03-21T18:02:20-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1ee288f-163a-465f-bb55-ca3a8971c91f/15952774116-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1ee288f-163a-465f-bb55-ca3a8971c91f/15952774116-250.jpg",
    "song": "Take Me to Your Leader",
    "track_id": null,
    "recording_id": "b53b4b2c-af8a-44ef-8085-051ebb42e03b",
    "artist": "Alien Crime Syndicate",
    "artist_ids": [
        "1969fd1d-cfdb-456a-833b-79638916d346"
    ],
    "album": "Dust to Dirt",
    "release_id": null,
    "release_group_id": "e7707698-bd9e-370d-b100-7e1e36f6b246",
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": "2000-02-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Troy left you with Alien Crime Syndicate, which we're playing to kick off this week's Audioasis on 6 DEGREES WEEK!!\n\nOriginally from San Francisco, the band relocated to Seattle before recording Dust to Dirt, which this song is off of.\n\nhttps://www.youtube.com/watch?v=6KiCRuvEYg0",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}