Information about plays

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

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

{
    "id": 3566818,
    "uri": "https://api.kexp.org/v2/plays/3566818/?format=api",
    "airdate": "2025-10-18T17:04:17-07:00",
    "show": 64869,
    "show_uri": "https://api.kexp.org/v2/shows/64869/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d14b584-dd3b-4fc3-bfad-1bffc07a2988/15855476760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d14b584-dd3b-4fc3-bfad-1bffc07a2988/15855476760-250.jpg",
    "song": "Human Fly",
    "track_id": null,
    "recording_id": "9af6e5a1-16fb-454e-b289-14a325dec2c7",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Bad Music for Bad People",
    "release_id": null,
    "release_group_id": "69690b69-e764-3291-9261-2944b63106a5",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cramps frequently played at The Warfield in San Francisco on Halloween.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}