Information about plays

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

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

{
    "id": 3571522,
    "uri": "https://api.kexp.org/v2/plays/3571522/?format=api",
    "airdate": "2025-10-29T19:38:18-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0fef248-bd21-4240-8762-df0795dcf03b/36207707329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0fef248-bd21-4240-8762-df0795dcf03b/36207707329-250.jpg",
    "song": "Underworld",
    "track_id": null,
    "recording_id": "b8254073-ebac-456e-b51e-8fdf71b596cf",
    "artist": "Being Dead",
    "artist_ids": [
        "90955e9c-860e-4881-a454-07de62c85534"
    ],
    "album": "Fame Money Death By Drive By",
    "release_id": null,
    "release_group_id": "65ed07cd-3f40-46d8-83bf-1462565fc89a",
    "labels": [
        "Being Dead"
    ],
    "label_ids": [],
    "release_date": "2019-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX band Being Dead was in the KEXP studio last year! https://www.youtube.com/watch?v=Hw5Sqq9Z7cY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}