Information about plays

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

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

{
    "id": 3632177,
    "uri": "https://api.kexp.org/v2/plays/3632177/?format=api",
    "airdate": "2026-03-22T00:00:44-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/3161e6ce-fbe9-49e4-a5de-cf267a5339f9/11272402395-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3161e6ce-fbe9-49e4-a5de-cf267a5339f9/11272402395-250.jpg",
    "song": "Iron Fist",
    "track_id": null,
    "recording_id": "1ad7dcf7-00ef-48cf-a8c2-ad3ab21f457d",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Iron Fist",
    "release_id": null,
    "release_group_id": "79ef7018-37bb-3447-8224-c6bbe4f059ef",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "1982-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Starting out with Motorhead! Coming out of Sonic Reducer with a huge drop of Lemmy at the end!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}