Information about plays

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

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

{
    "id": 3634296,
    "uri": "https://api.kexp.org/v2/plays/3634296/?format=api",
    "airdate": "2026-03-27T15:02:38-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-58d94486-e02d-4c82-b693-5806132f6273/mbid-58d94486-e02d-4c82-b693-5806132f6273-35634402520_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-58d94486-e02d-4c82-b693-5806132f6273/mbid-58d94486-e02d-4c82-b693-5806132f6273-35634402520_thumb250.jpg",
    "song": "Houses of the Holy",
    "track_id": "3efecc15-6b5b-3a11-9967-01cde5952c7e",
    "recording_id": "3e0cc204-4d17-484f-bec3-7c2a9727db36",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Physical Graffiti",
    "release_id": "58d94486-e02d-4c82-b693-5806132f6273",
    "release_group_id": "116c9490-6af4-3827-8261-2d5b1f508fe7",
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1994-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though this song is the title track of Led Zeppelin's previous album, it didn't fit in well with the other songs, and so was included on 1975's Physical Graffiti",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}