Information about plays

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

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

{
    "id": 3602853,
    "uri": "https://api.kexp.org/v2/plays/3602853/?format=api",
    "airdate": "2026-01-10T23:55:25-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "https://coverartarchive.org/release/e660512a-d969-4694-89e1-ddcd679df261/9465610888-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e660512a-d969-4694-89e1-ddcd679df261/9465610888-250.jpg",
    "song": "Orgasmatron",
    "track_id": null,
    "recording_id": "a30b940d-8580-4ada-8b2c-e458e2cb60f7",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Orgasmatron",
    "release_id": null,
    "release_group_id": "b864ee7c-5664-3fa0-a04d-9056d89efaa4",
    "labels": [
        "GWR Records"
    ],
    "label_ids": [
        "3fc8426d-8424-40a7-8a30-d7b3dedc80c5"
    ],
    "release_date": "1986-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orgasmatron is Motorhead's first album to feature two guitarists Phil \"Wizzö\" Campbell and Michael \"Würzel\" Burston, and also the only full Motörhead studio album to feature Pete Gill on the drums,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}