Information about plays

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

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

{
    "id": 3607624,
    "uri": "https://api.kexp.org/v2/plays/3607624/?format=api",
    "airdate": "2026-01-22T11:26:36-08:00",
    "show": 65723,
    "show_uri": "https://api.kexp.org/v2/shows/65723/?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": "The Infinite Pet",
    "track_id": "fff84a27-3b63-358c-97b6-86636666d030",
    "recording_id": "5e0633f0-1dec-48b2-939d-ebac8c20c46f",
    "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": "'Gimmie Fiction' is Spoon's 5th studio album and was released in 2005. It's been a minute since we've had a new Spoon album but hopefully we'll hear more from them in 2026.\n\nhttps://spoontheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}