Information about plays

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

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

{
    "id": 3634822,
    "uri": "https://api.kexp.org/v2/plays/3634822/?format=api",
    "airdate": "2026-03-28T20:12:12-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "https://coverartarchive.org/release/4541ec72-36f7-4f72-b83c-169f79f03223/36917042142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4541ec72-36f7-4f72-b83c-169f79f03223/36917042142-250.jpg",
    "song": "High Priestess",
    "track_id": null,
    "recording_id": "b6b233ac-45e9-4f0f-85f2-6e902b4436c8",
    "artist": "Kadabra",
    "artist_ids": [
        "4723154a-2aac-4720-9e6e-fe403944704c"
    ],
    "album": "Umbra",
    "release_id": null,
    "release_group_id": "e35c3561-0a7c-4cb3-8cf0-460729dafd2a",
    "labels": [
        "Heavy Psych Sounds"
    ],
    "label_ids": [
        "a1daa58a-e76d-4fbe-839e-9d3184aac703"
    ],
    "release_date": "2023-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Spokane!\n\nhttps://kadabraband.bandcamp.com/album/umbra",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}