Information about plays

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

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

{
    "id": 3634324,
    "uri": "https://api.kexp.org/v2/plays/3634324/?format=api",
    "airdate": "2026-03-27T16:41:27-07:00",
    "show": 66294,
    "show_uri": "https://api.kexp.org/v2/shows/66294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Calm",
    "track_id": "296c381c-1f19-36ad-90e0-ca6b90335f1c",
    "recording_id": "226a48da-a256-42df-9bd2-7566c155a61e",
    "artist": "Morcheeba",
    "artist_ids": [
        "067102ea-9519-4622-9077-57ca4164cfbb"
    ],
    "album": "Big Calm",
    "release_id": "7c441e5d-2cc8-4dd9-b0fb-29f6769e7706",
    "release_group_id": "033ad45d-fdf5-3a94-ba34-d50e3716cf95",
    "labels": [
        "Indochina"
    ],
    "label_ids": [
        "206870c3-7f6b-4c29-b63f-eeae7d95804c"
    ],
    "release_date": "1998-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Papa Was a Rollin' Stone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}