Information about plays

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

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

{
    "id": 3617426,
    "uri": "https://api.kexp.org/v2/plays/3617426/?format=api",
    "airdate": "2026-02-14T15:33:13-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "https://dn711206.ca.archive.org/0/items/mbid-a27ae318-6ca8-44c9-94de-1ba31f60beb0/mbid-a27ae318-6ca8-44c9-94de-1ba31f60beb0-13797654112_thumb500.jpg",
    "thumbnail_uri": "https://dn711206.ca.archive.org/0/items/mbid-a27ae318-6ca8-44c9-94de-1ba31f60beb0/mbid-a27ae318-6ca8-44c9-94de-1ba31f60beb0-13797654112_thumb250.jpg",
    "song": "Valentine",
    "track_id": "a3717915-b011-3225-9128-9202848c6bd2",
    "recording_id": "556a029c-ba94-46e0-befb-2c5232437394",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "World Outside",
    "release_id": "a27ae318-6ca8-44c9-94de-1ba31f60beb0",
    "release_group_id": "9bb1602b-9edf-3bdf-bd45-d052cb41d7b1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-07-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thepsychedelicfurs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}