Information about plays

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

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

{
    "id": 3629061,
    "uri": "https://api.kexp.org/v2/plays/3629061/?format=api",
    "airdate": "2026-03-15T01:02:24-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/45178aba-9b80-4eac-bc20-6256a37ff42c/10969686617-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45178aba-9b80-4eac-bc20-6256a37ff42c/10969686617-250.jpg",
    "song": "Buried With Leeches",
    "track_id": null,
    "recording_id": "c64b1c90-403f-4bd6-b04a-f08205be4d8b",
    "artist": "Dragged Into Sunlight",
    "artist_ids": [
        "a9748b2c-4bb5-47ec-a113-ae7316fbce17"
    ],
    "album": "Hatred for Mankind",
    "release_id": null,
    "release_group_id": "e667d128-e045-4dd1-b915-c0460dcb86a8",
    "labels": [
        "Prosthetic Records"
    ],
    "label_ids": [
        "a78f2099-b23c-4f57-ace2-21c325b7e4da"
    ],
    "release_date": "2009-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Richie\n\nFormed in Liverpool, England in 2006",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}