Information about plays

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

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

{
    "id": 3577154,
    "uri": "https://api.kexp.org/v2/plays/3577154/?format=api",
    "airdate": "2025-11-12T08:22:18-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "https://coverartarchive.org/release/99811fb9-31c8-481f-b514-e635f2491ff2/7940781627-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99811fb9-31c8-481f-b514-e635f2491ff2/7940781627-250.jpg",
    "song": "Car",
    "track_id": null,
    "recording_id": "2ebeee94-ebea-4e42-a9d0-c8e46ffe9078",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "There’s Nothing Wrong With Love",
    "release_id": null,
    "release_group_id": "8bcfdf35-83e9-3148-b97e-3912976e7c58",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Built to Spill will be at The Chapel in San Francisco tonight and tomorrow night, in Seattle at the Neptune Theatre on November 25 and 26, and Revolution Hall in Portland on November 28 and 29.\n\nhttps://built-to-spill.bandcamp.com\nhttps://www.builttospill.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}