Information about plays

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

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

{
    "id": 3637497,
    "uri": "https://api.kexp.org/v2/plays/3637497/?format=api",
    "airdate": "2026-04-04T00:33:54-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/02e28e52-bd8e-4385-b408-c0d7173a0e38/43553539012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/02e28e52-bd8e-4385-b408-c0d7173a0e38/43553539012-250.jpg",
    "song": "360 Photo Booth",
    "track_id": null,
    "recording_id": "fc319ee1-8a06-411f-9221-44b6ef5d2550",
    "artist": "Lord Jah‐Monte Ogbon feat. bbymutha",
    "artist_ids": [
        "dfa86d1f-bf72-4719-82fd-ce99f20eaaa5",
        "91aec6d2-b103-4932-93f9-e8c7bcd71c4e"
    ],
    "album": "As of Now",
    "release_id": null,
    "release_group_id": "ba79ea64-4835-46d9-845d-78314b8d9cf2",
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}