Information about plays

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

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

{
    "id": 3605798,
    "uri": "https://api.kexp.org/v2/plays/3605798/?format=api",
    "airdate": "2026-01-18T02:09:43-08:00",
    "show": 65681,
    "show_uri": "https://api.kexp.org/v2/shows/65681/?format=api",
    "image_uri": "https://coverartarchive.org/release/81aced93-d2de-405f-a4fd-5452b6ebc76d/18108746585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81aced93-d2de-405f-a4fd-5452b6ebc76d/18108746585-250.jpg",
    "song": "Denver 666",
    "track_id": null,
    "recording_id": "4468a2f1-4740-440d-ba25-a8d622708e83",
    "artist": "Speedwolf",
    "artist_ids": [
        "70e52117-701b-4319-b000-1ef6f02df99d"
    ],
    "album": "Ride With Death",
    "release_id": null,
    "release_group_id": "0cbc1d24-ffc5-46b6-957e-75c38ee38a09",
    "labels": [
        "Hells Headbangers Records"
    ],
    "label_ids": [
        "167ea0e2-47ee-4f5e-851d-264635054760"
    ],
    "release_date": "2011-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another metal band from Denver, CO, a place where the NFL football team is cool and good.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}