Information about plays

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

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

{
    "id": 3628090,
    "uri": "https://api.kexp.org/v2/plays/3628090/?format=api",
    "airdate": "2026-03-12T11:27:59-07:00",
    "show": 66161,
    "show_uri": "https://api.kexp.org/v2/shows/66161/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-f1a8c671-8a5b-46fc-b06c-77e89b1d645b/mbid-f1a8c671-8a5b-46fc-b06c-77e89b1d645b-38662892590_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-f1a8c671-8a5b-46fc-b06c-77e89b1d645b/mbid-f1a8c671-8a5b-46fc-b06c-77e89b1d645b-38662892590_thumb250.jpg",
    "song": "Sister Jack",
    "track_id": "3a6993e4-e0b6-38d6-92b9-bcbbe9751cf0",
    "recording_id": "ef0c4471-fee8-4658-a9b7-2ccd961b327e",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Gimme Fiction",
    "release_id": "f1a8c671-8a5b-46fc-b06c-77e89b1d645b",
    "release_group_id": "c7a0fc4d-b6a0-3a43-9e25-4052e4fe33b2",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2005-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Spoon performing Live on KEXP back in 2014. It's donations like YOURS who help make these awesome performances possible!\n\nhttps://www.youtube.com/watch?v=9QrzuAlqXt4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}