Information about plays

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

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

{
    "id": 3617721,
    "uri": "https://api.kexp.org/v2/plays/3617721/?format=api",
    "airdate": "2026-02-15T05:15:32-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb250.jpg",
    "song": "Knights",
    "track_id": "3e0bd126-1d07-36f8-9fb4-850378c49ff5",
    "recording_id": "6e49922f-a358-4a79-bc47-2a3e1e4cb1c1",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Planet of Ice",
    "release_id": "ac2f2253-da70-3186-9551-d253bc9835d5",
    "release_group_id": "6aaed2a2-0ebf-3970-82b7-9ff9d3fb0fad",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2007-09-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}