Information about plays

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

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

{
    "id": 3596996,
    "uri": "https://api.kexp.org/v2/plays/3596996/?format=api",
    "airdate": "2025-12-28T01:37:54-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "https://coverartarchive.org/release/59fa2c92-e673-449c-99f6-f5f4722f9e51/22496267639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59fa2c92-e673-449c-99f6-f5f4722f9e51/22496267639-250.jpg",
    "song": "Death Rider",
    "track_id": null,
    "recording_id": "ec1de1b9-f6ba-4033-a02a-fd4c34481c12",
    "artist": "Omen",
    "artist_ids": [
        "596cc676-32c7-480c-9bf4-dcc9d8ff62d3"
    ],
    "album": "Battle Cry",
    "release_id": null,
    "release_group_id": "35fd40b1-31f7-3943-ae1a-9bc7328f07e2",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Jody Henry, Played bass on all the Omen records up into the 90s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}