Information about plays

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

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

{
    "id": 3667153,
    "uri": "https://api.kexp.org/v2/plays/3667153/?format=api",
    "airdate": "2026-06-13T01:50:19-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a3e1c19-c1bc-448c-9112-672ec0354f9f/45178404368-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a3e1c19-c1bc-448c-9112-672ec0354f9f/45178404368-250.jpg",
    "song": "Capitol Hill",
    "track_id": null,
    "recording_id": "ea0e2584-6efa-4aa2-a605-808ae9d9f858",
    "artist": "The City Gates",
    "artist_ids": [
        "ba799df3-8890-498e-9468-53ac76653732"
    ],
    "album": "Chimera",
    "release_id": null,
    "release_group_id": "295c413e-9127-4be2-9276-f8bed5614bd5",
    "labels": [
        "Icy Cold Records"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://icycoldrecords.bandcamp.com/album/icr182-the-city-gates-chimera",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}