Information about plays

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

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

{
    "id": 3651959,
    "uri": "https://api.kexp.org/v2/plays/3651959/?format=api",
    "airdate": "2026-05-08T02:20:41-07:00",
    "show": 66657,
    "show_uri": "https://api.kexp.org/v2/shows/66657/?format=api",
    "image_uri": "https://dn711407.ca.archive.org/0/items/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563-44632680513_thumb500.jpg",
    "thumbnail_uri": "https://dn711407.ca.archive.org/0/items/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563/mbid-c1beb053-6ec2-44f3-8003-6f39fa897563-44632680513_thumb250.jpg",
    "song": "Portrait of a Lady on Fire",
    "track_id": "815c78b2-e04a-46ed-be89-b990b6408344",
    "recording_id": "92c773ec-f706-44c6-b538-a1867c349c14",
    "artist": "Kelsey Lu",
    "artist_ids": [
        "b5970f40-4de3-43fc-9dad-e9b160b3db04"
    ],
    "album": "So Help Me God",
    "release_id": "c1beb053-6ec2-44f3-8003-6f39fa897563",
    "release_group_id": "c70262ce-df5f-493c-aaaf-16664d48df4a",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2026-06-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}