Information about plays

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

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

{
    "id": 3571535,
    "uri": "https://api.kexp.org/v2/plays/3571535/?format=api",
    "airdate": "2025-10-29T20:25:00-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/60fab4f4-d5aa-43a9-9298-9bf7d803db74/39187849829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60fab4f4-d5aa-43a9-9298-9bf7d803db74/39187849829-250.jpg",
    "song": "Bridge of Doom",
    "track_id": null,
    "recording_id": "49345383-9382-4767-8bfa-30e5a2fc56b8",
    "artist": "DOOM GONG",
    "artist_ids": [
        "20e4fdd4-59a7-4647-8f2c-ebadad57a008"
    ],
    "album": "DOOM GONG",
    "release_id": null,
    "release_group_id": "3d5bd594-836a-4287-b2b0-5c1c479b5f2c",
    "labels": [
        "DOOM GONG"
    ],
    "label_ids": [],
    "release_date": "2023-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DOOM GONG - Bridge of Doom (Live at The Whirling Tiger) - https://www.youtube.com/watch?v=LD4G2K7WHTI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}