Information about plays

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

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

{
    "id": 3634491,
    "uri": "https://api.kexp.org/v2/plays/3634491/?format=api",
    "airdate": "2026-03-28T03:53:37-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://coverartarchive.org/release/896c869c-a46c-4b1d-9c82-16ceaf79418b/23658570514-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/896c869c-a46c-4b1d-9c82-16ceaf79418b/23658570514-250.jpg",
    "song": "All You’re Waiting For",
    "track_id": null,
    "recording_id": "8074ba3f-5833-4e9f-8fd3-21c263f2f4a6",
    "artist": "Classixx, Nancy Whang",
    "artist_ids": [
        "efd54131-7dba-4dac-ba44-8c8eebe4f000",
        "6eb6ae88-0ec1-4f8f-8fc0-8a7df30cc4d9"
    ],
    "album": "All You're Waiting For",
    "release_id": null,
    "release_group_id": "983ea7b2-3b3f-47ca-bab9-349dc56145ba",
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2013-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}