Information about plays

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

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

{
    "id": 3611772,
    "uri": "https://api.kexp.org/v2/plays/3611772/?format=api",
    "airdate": "2026-02-01T06:19:21-08:00",
    "show": 65811,
    "show_uri": "https://api.kexp.org/v2/shows/65811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Let It",
    "track_id": null,
    "recording_id": null,
    "artist": "Jennifer Loveless",
    "artist_ids": [
        "997242d6-9796-4e12-ae4d-c749710ca16c"
    ],
    "album": "Mastery Quantum Sound",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Houndstooth"
    ],
    "label_ids": [
        "107c92d4-8fe3-4c06-beff-98540a321a68"
    ],
    "release_date": "2026-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's epic blissout track comes off Houndstooth Recordings' forthcoming compilation 'Mastery Quantum Sound' that \"aims to completely redefine the concept of sound meditation\" ~ https://houndstoothlabel.bandcamp.com/album/mastery-quantum-sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}