Information about plays

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

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

{
    "id": 3637930,
    "uri": "https://api.kexp.org/v2/plays/3637930/?format=api",
    "airdate": "2026-04-04T21:50:49-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cause and Effect",
    "track_id": null,
    "recording_id": "ffabca7f-84c3-4599-886f-33a68697e27c",
    "artist": "Spaced",
    "artist_ids": [
        "ff55ef7f-9a2d-492d-bdd8-e6566a72ab0a"
    ],
    "album": "No Escape",
    "release_id": null,
    "release_group_id": "62520c5d-b130-4c82-b975-207ffc5aded3",
    "labels": [
        "Pure Noise Records"
    ],
    "label_ids": [
        "f4a82a7e-0a61-449f-a673-eebd774f82df"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 2021 in Buffalo, NY.  Spaced is on tour and will be playing at:\n - Neumos in Seattle this Monday, April 6th\n - Hawthorne Theater in Portland on April 7th\n\nhttps://spaced.bandcamp.com/\nhttps://www.purenoise.net/artists/spaced/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}