Information about plays

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

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

{
    "id": 3636565,
    "uri": "https://api.kexp.org/v2/plays/3636565/?format=api",
    "airdate": "2026-04-01T19:31:25-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c2b6f26-2a56-4a48-bc9b-7f42e53b4b3c/15766275389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c2b6f26-2a56-4a48-bc9b-7f42e53b4b3c/15766275389-250.jpg",
    "song": "Cosmic Flower",
    "track_id": null,
    "recording_id": "88503cd4-fb62-43f6-8510-fc8dcbe749ff",
    "artist": "Levitation Room",
    "artist_ids": [
        "2cac95ca-5b4d-4864-89a4-fba2e673a843"
    ],
    "album": "Ethos",
    "release_id": null,
    "release_group_id": "59d34701-148d-4226-b59d-d5edc81239cd",
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2016-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Levitation Room will be in the Bay Area in May! May 3 @ Thee Stork Club in Oakland, CA\n\nhttps://levitationroom.bandcamp.com/track/cosmic-flower",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}