Information about plays

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

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

{
    "id": 3594702,
    "uri": "https://api.kexp.org/v2/plays/3594702/?format=api",
    "airdate": "2025-12-23T02:08:12-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0056c90-c5d7-488d-8377-dfb00a30591f/3373856031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0056c90-c5d7-488d-8377-dfb00a30591f/3373856031-250.jpg",
    "song": "Lotus",
    "track_id": null,
    "recording_id": "b160db65-4429-45ec-823d-d316305e5526",
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Planet of Ice",
    "release_id": null,
    "release_group_id": "6aaed2a2-0ebf-3970-82b7-9ff9d3fb0fad",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2007-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trippy closing track from the Seattle group's third full-length\n\nhttps://minusthebear.bandcamp.com/album/planet-of-ice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}