Information about plays

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

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

{
    "id": 3645167,
    "uri": "https://api.kexp.org/v2/plays/3645167/?format=api",
    "airdate": "2026-04-22T02:33:28-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://coverartarchive.org/release/4932e879-25a8-4fcb-83b1-69d02d7643dd/29280815530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4932e879-25a8-4fcb-83b1-69d02d7643dd/29280815530-250.jpg",
    "song": "When the Shit Hits the Fan",
    "track_id": null,
    "recording_id": "67ffe483-3582-4419-9282-30a6bd79fa09",
    "artist": "Circle Jerks",
    "artist_ids": [
        "22995eba-1238-4b4f-a937-ac2c5767ab9f"
    ],
    "album": "Repo Man: Music From the Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "e02530fb-93ff-395f-85e0-0fa0d1f4e919",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "This song was released on the Golden Shower of Hits album in 1983, but was re-recorded for the Repo Man Soundtrack.\n\nhttp://www.circlejerks.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}