Information about plays

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

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

{
    "id": 3636245,
    "uri": "https://api.kexp.org/v2/plays/3636245/?format=api",
    "airdate": "2026-04-01T01:56:30-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-45ff8e4c-2d04-493f-8108-280a87642a7a/mbid-45ff8e4c-2d04-493f-8108-280a87642a7a-14329063531_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-45ff8e4c-2d04-493f-8108-280a87642a7a/mbid-45ff8e4c-2d04-493f-8108-280a87642a7a-14329063531_thumb250.jpg",
    "song": "Dustin Hoffman Gets a Bath",
    "track_id": "bfe1433f-87d3-3031-a4d8-8a08d24b6b7f",
    "recording_id": "8d267e93-1ae5-4607-8d20-2de1b7b862cb",
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "The Early Four Track Recordings",
    "release_id": "c7bd6983-0805-4150-9c96-17e0e5a03654",
    "release_group_id": "fc4ceb7a-ede6-32b7-953e-a7a18d73fb9c",
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2001-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}