Information about plays

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

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

{
    "id": 3630537,
    "uri": "https://api.kexp.org/v2/plays/3630537/?format=api",
    "airdate": "2026-03-18T07:54:06-07:00",
    "show": 66213,
    "show_uri": "https://api.kexp.org/v2/shows/66213/?format=api",
    "image_uri": "https://coverartarchive.org/release/57d53376-4fc4-3ab9-aeb6-84a632d39f0b/1499126566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57d53376-4fc4-3ab9-aeb6-84a632d39f0b/1499126566-250.jpg",
    "song": "Nightclubbing",
    "track_id": null,
    "recording_id": "8fddfc26-8b7a-4e7f-af4f-b8be2c6c77ce",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "The Idiot",
    "release_id": null,
    "release_group_id": "09c88c6d-090e-378d-b104-7966eb5d33d2",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1977-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "49 years ago (1977), Iggy Pop released 'The Idiot', featuring \"Nightclubbing\", \"China Girl\", and \"Sister Midnight\". This song was written by Iggy Pop and David Bowie. It features David Bowie on piano, and a Roland drum machine.\n\nIggy will be at the Mosswood Meltdown in Oakland on July 18. He will probably lose his shirt.\n\nhttps://iggypop.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}