Information about plays

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

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

{
    "id": 3613250,
    "uri": "https://api.kexp.org/v2/plays/3613250/?format=api",
    "airdate": "2026-02-04T20:21:52-08:00",
    "show": 65841,
    "show_uri": "https://api.kexp.org/v2/shows/65841/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f796497-7618-4e07-8ce6-85f9802d97c3/43696867234-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f796497-7618-4e07-8ce6-85f9802d97c3/43696867234-250.jpg",
    "song": "Astral Flying",
    "track_id": null,
    "recording_id": "910196a4-54c1-4a6e-a921-548bf1ea48db",
    "artist": "The Comet Is Coming",
    "artist_ids": [
        "2b82372f-8c85-4b47-a9fc-36fe4d4df5b4"
    ],
    "album": "Trust in the Lifeforce of the Deep Mystery",
    "release_id": null,
    "release_group_id": "1e4899d0-6ee0-499d-85e5-2d248dfe1023",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2019-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Comet Is Coming are: Danalogue (keyboards/electronics), Betamax (drums) and King Shabaka (saxophone).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}