Information about plays

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

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

{
    "id": 3657172,
    "uri": "https://api.kexp.org/v2/plays/3657172/?format=api",
    "airdate": "2026-05-20T09:13:45-07:00",
    "show": 66766,
    "show_uri": "https://api.kexp.org/v2/shows/66766/?format=api",
    "image_uri": "https://dn721209.ca.archive.org/0/items/mbid-c619a467-2f82-4618-9cc3-d5a0ce917756/mbid-c619a467-2f82-4618-9cc3-d5a0ce917756-41281267244_thumb500.jpg",
    "thumbnail_uri": "https://dn721209.ca.archive.org/0/items/mbid-c619a467-2f82-4618-9cc3-d5a0ce917756/mbid-c619a467-2f82-4618-9cc3-d5a0ce917756-41281267244_thumb250.jpg",
    "song": "Day of the Lords",
    "track_id": "6db802ce-7760-36e2-8e7c-53ffd1d8792e",
    "recording_id": "cf1fbc0e-9368-45a9-ad74-44c697089274",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Unknown Pleasures",
    "release_id": "fd068c5e-ad3c-3325-ae19-1e8677f860a4",
    "release_group_id": "42352def-1aab-3000-b548-895ebd869cb6",
    "labels": [
        "London Records 90"
    ],
    "label_ids": [
        "2cd8a4b0-f36a-4761-8637-893024985e2f"
    ],
    "release_date": "2007-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joy Division's 'Unknown Pleasures' is our Album of the Week!\n\nTo properly warm up for International Goth Day, repeat the following lyrics 10 times, in the dark, wearing all black, until the nihilism returns to Capstrano:\n\nI've seen the nights, filled with bloodsport and pain\nAnd the bodies obtained, the bodies obtained\nWhere will it end...? Where will it end?\n\nhttps://www.joydivisionofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}