Information about plays

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

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

{
    "id": 3667111,
    "uri": "https://api.kexp.org/v2/plays/3667111/?format=api",
    "airdate": "2026-06-12T23:20:11-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine",
    "track_id": null,
    "recording_id": "decd1202-c1e3-4ec7-8ac5-086f38761ead",
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "When Life Gives You Lemons, You Paint That Shit Gold",
    "release_id": null,
    "release_group_id": "ff5dbd8a-e46c-3e51-b59c-e91aac5acbe4",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2008-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}