Information about plays

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

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

{
    "id": 3660466,
    "uri": "https://api.kexp.org/v2/plays/3660466/?format=api",
    "airdate": "2026-05-28T03:25:40-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f06a586-7cde-46e2-8a88-f231b7c64db0/31860012175-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f06a586-7cde-46e2-8a88-f231b7c64db0/31860012175-250.jpg",
    "song": "Papa’s Got a Brand New Pigbag (12″ version)",
    "track_id": null,
    "recording_id": "45a59242-8152-4bb4-8c8c-a0dc8be26f22",
    "artist": "Pigbag",
    "artist_ids": [
        "20ddf1b2-ada5-4a47-9a84-9ca60af09cae"
    ],
    "album": "Papa’s Got a Brand New Pigbag",
    "release_id": null,
    "release_group_id": "b620685f-69fe-3635-b966-b3071abd0e85",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "1981-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}