Information about plays

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

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

{
    "id": 3647621,
    "uri": "https://api.kexp.org/v2/plays/3647621/?format=api",
    "airdate": "2026-04-27T23:39:17-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/53d29980-fc3c-414f-8c01-459042735827/42853188806-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53d29980-fc3c-414f-8c01-459042735827/42853188806-250.jpg",
    "song": "Ist Ist (Dubfire Ich Bin's Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Einstürzende Neubauten",
    "artist_ids": [
        "6e9ac29b-798c-4af7-8d9e-55cdc72a999c"
    ],
    "album": "Ist Ist Dubfire Remixes",
    "release_id": null,
    "release_group_id": "78a7a909-3f30-4ced-851e-4411495385cd",
    "labels": [
        "Potomak"
    ],
    "label_ids": [
        "780b325a-72ad-4006-b1a7-6429d2cde730"
    ],
    "release_date": "2024-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Atticus!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}