Information about plays

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

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

{
    "id": 3610846,
    "uri": "https://api.kexp.org/v2/plays/3610846/?format=api",
    "airdate": "2026-01-30T02:04:58-08:00",
    "show": 65790,
    "show_uri": "https://api.kexp.org/v2/shows/65790/?format=api",
    "image_uri": "https://dn720300.ca.archive.org/0/items/mbid-7e8a4c21-d8de-4607-858b-9ef90d84c5dc/mbid-7e8a4c21-d8de-4607-858b-9ef90d84c5dc-44088311081_thumb500.jpg",
    "thumbnail_uri": "https://dn720300.ca.archive.org/0/items/mbid-7e8a4c21-d8de-4607-858b-9ef90d84c5dc/mbid-7e8a4c21-d8de-4607-858b-9ef90d84c5dc-44088311081_thumb250.jpg",
    "song": "And I Dance",
    "track_id": "dac2bd3f-885e-418f-ae97-fc54b5a5529f",
    "recording_id": "343d8456-6ffd-4350-8708-59a836640ca1",
    "artist": "By Storm",
    "artist_ids": [
        "7c452b7d-8350-4932-a5e0-7aa7fbedad56"
    ],
    "album": "My Ghosts Go Ghost",
    "release_id": "7e8a4c21-d8de-4607-858b-9ef90d84c5dc",
    "release_group_id": "253d43b7-a040-44f8-b156-e6a0f0a5a120",
    "labels": [
        "deadAir"
    ],
    "label_ids": [
        "3866d92d-9c83-4462-ab85-a360bf7fd131"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tempe, AZ trio Injury Reserve haven't disbanded but they've retired their old name, and have been reborn as By Storm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}