Information about plays

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

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

{
    "id": 3545679,
    "uri": "https://api.kexp.org/v2/plays/3545679/?format=api",
    "airdate": "2025-08-28T00:35:07-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-5f5687cb-0527-4da0-8458-217bc240e6d2/mbid-5f5687cb-0527-4da0-8458-217bc240e6d2-42880490382_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-5f5687cb-0527-4da0-8458-217bc240e6d2/mbid-5f5687cb-0527-4da0-8458-217bc240e6d2-42880490382_thumb250.jpg",
    "song": "Dyslexic Palindrome",
    "track_id": "2560e0f1-9adc-4487-a558-4e72fd9fc6f4",
    "recording_id": "d9a4afaa-4d38-49be-a8c4-3c45f79e1958",
    "artist": "Bright Eyes feat. Hurray for the Riff Raff",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b",
        "b053efc9-e8ea-474a-981f-a3c6fffcc694"
    ],
    "album": "Kids Table",
    "release_id": "5f5687cb-0527-4da0-8458-217bc240e6d2",
    "release_group_id": "e1294dfa-43c1-4ac1-ae93-8f093becdeaa",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://brighteyes.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}