Information about plays

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

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

{
    "id": 3667614,
    "uri": "https://api.kexp.org/v2/plays/3667614/?format=api",
    "airdate": "2026-06-14T00:11:44-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d4a1971-ce8f-48ef-9479-085abb28714d/39836450012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d4a1971-ce8f-48ef-9479-085abb28714d/39836450012-250.jpg",
    "song": "The Dream Ghost",
    "track_id": null,
    "recording_id": "a8f5c101-90d6-4c76-8f60-d436a0ffe459",
    "artist": "Old Man’s Child",
    "artist_ids": [
        "02fc3032-e491-46b8-8742-9859e4906dcc"
    ],
    "album": "Ill-Natured Spiritual Invasion",
    "release_id": null,
    "release_group_id": "69318a26-4116-3ca3-87fa-6b2a5dd0cdb9",
    "labels": [
        "Century Black"
    ],
    "label_ids": [
        "22c36495-d3ea-4514-9ca9-c9baabac32ea"
    ],
    "release_date": "1998-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Old Man's Child put on an amazing show at MDF this year.\n\nhttps://centurymedia.bandcamp.com/album/the-pagan-prosperity\nhttps://www.facebook.com/oldmanschild#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}