Information about plays

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

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

{
    "id": 3631033,
    "uri": "https://api.kexp.org/v2/plays/3631033/?format=api",
    "airdate": "2026-03-19T12:43:53-07:00",
    "show": 66222,
    "show_uri": "https://api.kexp.org/v2/shows/66222/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-c114ee88-1ec5-4d94-af68-c0e35a7e1cea/mbid-c114ee88-1ec5-4d94-af68-c0e35a7e1cea-8067360339_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-c114ee88-1ec5-4d94-af68-c0e35a7e1cea/mbid-c114ee88-1ec5-4d94-af68-c0e35a7e1cea-8067360339_thumb250.jpg",
    "song": "Gimme Danger",
    "track_id": "eba3c0da-b584-3c5e-b4da-16e01a8fb9ae",
    "recording_id": "35f92b1d-d012-4539-859c-84c40a63df82",
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Raw Power",
    "release_id": "c114ee88-1ec5-4d94-af68-c0e35a7e1cea",
    "release_group_id": "156cbf68-eaea-3f6a-852e-aa6afbd779db",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Raw Power' departed from the \"groove-ridden, feel-based songs\" of the band's first two records in favor of a more anthemic hard rock approach inspired by new guitarist James Williamson, who co-wrote the album's eight songs with singer Iggy Pop. The Guardian wrote that \"it has since been acknowledged as one of the most influential records in rock history\"\n\nhttps://www.theguardian.com/music/2010/mar/11/iggy-and-the-stooges-raw-power",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}