Information about plays

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

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

{
    "id": 3632885,
    "uri": "https://api.kexp.org/v2/plays/3632885/?format=api",
    "airdate": "2026-03-23T22:06:11-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb723425-011c-487c-8c87-4c28f06025c4/43501835535-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb723425-011c-487c-8c87-4c28f06025c4/43501835535-250.jpg",
    "song": "Don't Give It Up Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound on Earth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - lovely guest spot from friend 'o KEXP Helado Negro\n\nhttps://heladonegro.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}