Information about plays

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

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

{
    "id": 3523250,
    "uri": "https://api.kexp.org/v2/plays/3523250/?format=api",
    "airdate": "2025-07-06T00:01:20-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2c7636a-38d9-485f-9a20-68735add36aa/5606980374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2c7636a-38d9-485f-9a20-68735add36aa/5606980374-250.jpg",
    "song": "Sol Invictus (With Faith and Fire)",
    "track_id": null,
    "recording_id": "6a9b8ce3-5ae5-4e22-bd98-c341b352d4ea",
    "artist": "Atlantean Kodex",
    "artist_ids": [
        "5d9bf0ce-a865-4eca-a3b9-412df8dca327"
    ],
    "album": "The White Goddess",
    "release_id": null,
    "release_group_id": "a69aeb32-029a-4276-8e72-8de0cb826faa",
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2013-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vilseck, Bavaria, Germany.\nAtlantean Kodex have announced that they will be playing at several festivals in Europe this year.\n\nhttps://atlanteankodex.bandcamp.com/album/the-course-of-empire\nhttps://www.facebook.com/people/Atlantean-Kodex/100051705603070/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}