Information about plays

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

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

{
    "id": 3548034,
    "uri": "https://api.kexp.org/v2/plays/3548034/?format=api",
    "airdate": "2025-09-02T14:57:04-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c5318ca-ef31-4d7e-a50e-8596d8a7387e/23895477424-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c5318ca-ef31-4d7e-a50e-8596d8a7387e/23895477424-250.jpg",
    "song": "Angel",
    "track_id": null,
    "recording_id": "5166803f-684a-4ef4-92fa-f0ba7c068d59",
    "artist": "Sub Sub",
    "artist_ids": [
        "1a29b6f0-7016-4b56-863c-84b55541edbe"
    ],
    "album": "Full Fathom Five",
    "release_id": null,
    "release_group_id": "9da72c2b-5317-3a83-8c58-64e30b31036d",
    "labels": [
        "Robs Records"
    ],
    "label_ids": [
        "c56df7b2-e621-44ad-a1bf-f7fca9ca6a1a"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sub Sub were an English dance act from Handforth, Cheshire composed of Jimi Goodwin and twin brothers Andy and Jez Williams.\n\nThe threesome met at school in 1985 and became regulars at The Haçienda while composing their own material together. After a fire destroyed their recording studio on Blossom Street in the Ancoats area of Manchester on the Williams twins' birthday in 1996, they started as the more indie-oriented act Doves in 1998.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}