Information about plays

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

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

{
    "id": 3545027,
    "uri": "https://api.kexp.org/v2/plays/3545027/?format=api",
    "airdate": "2025-08-26T10:30:08-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "https://ia600701.us.archive.org/5/items/mbid-a0ab44e0-4410-4e21-921c-8da4b0c009e1/mbid-a0ab44e0-4410-4e21-921c-8da4b0c009e1-40574153829_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/5/items/mbid-a0ab44e0-4410-4e21-921c-8da4b0c009e1/mbid-a0ab44e0-4410-4e21-921c-8da4b0c009e1-40574153829_thumb250.jpg",
    "song": "Sunlight Daze",
    "track_id": "c15b6dbd-2e3d-4801-93b4-3b3edb87ae11",
    "recording_id": "8d2638de-ca0f-4cc2-8e5d-558237c7ac6e",
    "artist": "Rose City Band",
    "artist_ids": [
        "5c0fd749-09f8-4ece-b489-364fa10fe202"
    ],
    "album": "Sol Y Sombra",
    "release_id": "a0ab44e0-4410-4e21-921c-8da4b0c009e1",
    "release_group_id": "b6bac9cc-cf97-4da2-95cc-eee1f631834b",
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2025-01-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Portland's Rose City Band played \"Sunlight Daze\" live in our studio: https://www.youtube.com/watch?v=JrCP8Zi8fys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}