Information about plays

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

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

{
    "id": 3552829,
    "uri": "https://api.kexp.org/v2/plays/3552829/?format=api",
    "airdate": "2025-09-14T04:30:27-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia801407.us.archive.org/20/items/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f/mbid-f0056c90-c5d7-488d-8377-dfb00a30591f-3373856031_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/20/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": [
        "Undergroove Records"
    ],
    "label_ids": [
        "f4c85b8e-d63a-445f-9f33-5e761454f70a"
    ],
    "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"
}