Information about plays

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

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

{
    "id": 3577361,
    "uri": "https://api.kexp.org/v2/plays/3577361/?format=api",
    "airdate": "2025-11-12T19:37:55-08:00",
    "show": 65093,
    "show_uri": "https://api.kexp.org/v2/shows/65093/?format=api",
    "image_uri": "https://coverartarchive.org/release/c4ac36ee-0ffd-4105-bf63-5f2c2735e802/41091550099-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c4ac36ee-0ffd-4105-bf63-5f2c2735e802/41091550099-250.jpg",
    "song": "The Space Between",
    "track_id": null,
    "recording_id": "bc94ccbd-f933-4e53-87fe-300b80c6737b",
    "artist": "Dead Meadow",
    "artist_ids": [
        "a60ca9de-acd1-4452-be33-e5b4f0564757"
    ],
    "album": "Voyager to Voyager",
    "release_id": null,
    "release_group_id": "6c4ae76c-8081-49e1-b760-ca8474618449",
    "labels": [
        "Heavy Psych Sounds"
    ],
    "label_ids": [
        "a1daa58a-e76d-4fbe-839e-9d3184aac703"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tenth studio album of their 26-year journey; Bassist Steve Kille’s passing in April 2024 has made this particular album more meaningful, as his health began to decline just as the band was in the final stages of recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}