Information about plays

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

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

{
    "id": 3624435,
    "uri": "https://api.kexp.org/v2/plays/3624435/?format=api",
    "airdate": "2026-03-02T14:52:53-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’s Going On",
    "track_id": null,
    "recording_id": "70bf08c4-4595-4143-abed-109aabe2d9ea",
    "artist": "A Perfect Circle",
    "artist_ids": [
        "078a9376-3c04-4280-b7d7-b20e158f345d"
    ],
    "album": "eMOTIVe",
    "release_id": null,
    "release_group_id": "0f21095a-e629-389c-981a-d9569e9673c9",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Dan!\n\nOff the band's third studio album. 'eMOTIVe' is made up of a collection of anti-war covers of tracks from  Crucifix, John Lennon, Brinsely Schwarz, Black Flag, Depeche Mode, DEVO, Joni Mitchell, and this one from Marvin Gaye. \n\nhttps://www.aperfectcircle.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}