Information about plays

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

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

{
    "id": 3632010,
    "uri": "https://api.kexp.org/v2/plays/3632010/?format=api",
    "airdate": "2026-03-21T17:37:02-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e06aa09-3298-4d4f-a37d-ccae5c14a0a2/41471726611-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e06aa09-3298-4d4f-a37d-ccae5c14a0a2/41471726611-250.jpg",
    "song": "Hello It's Me",
    "track_id": null,
    "recording_id": "9ffc353a-aa6e-4e63-a551-9f32ffc5ac98",
    "artist": "Todd Rundgren",
    "artist_ids": [
        "1a9a8ca0-ea8e-4e9e-96aa-288155bb2c5d"
    ],
    "album": "Something/Anything?",
    "release_id": null,
    "release_group_id": "edbaf38a-ba3c-3d21-981c-879fe4ac6c76",
    "labels": [
        "Mobile Fidelity Sound Lab"
    ],
    "label_ids": [
        "edd54e2f-2eef-46b1-a9b5-bedfe5ed33be"
    ],
    "release_date": "1972-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Hello, It's Me. Todd Rundgren!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}