Information about plays

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

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

{
    "id": 3632635,
    "uri": "https://api.kexp.org/v2/plays/3632635/?format=api",
    "airdate": "2026-03-23T06:14:33-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-9491de78-7eae-42f4-bc72-b1bfa4361427/mbid-9491de78-7eae-42f4-bc72-b1bfa4361427-17343534982_thumb500.jpg",
    "thumbnail_uri": "https://ia601706.us.archive.org/4/items/mbid-9491de78-7eae-42f4-bc72-b1bfa4361427/mbid-9491de78-7eae-42f4-bc72-b1bfa4361427-17343534982_thumb250.jpg",
    "song": "Blue-Eyed Devil",
    "track_id": "1c1aecb0-7c4c-3615-9d04-7f6c0bc48e38",
    "recording_id": "e7ce2e7f-f0c5-4276-b2e2-30088132d785",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "TELEconned, Volume 1: We Want the Airwaves",
    "release_id": "9491de78-7eae-42f4-bc72-b1bfa4361427",
    "release_group_id": "17071df6-fb3f-3ee5-941b-cb5d8304ff68",
    "labels": [
        "No Alternative Records"
    ],
    "label_ids": [
        "e19ffa6f-ab32-4c81-9d4d-4bd52e941c23"
    ],
    "release_date": "1998-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And now, a cover of Soul Coughing!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}