Information about plays

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

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

{
    "id": 3595788,
    "uri": "https://api.kexp.org/v2/plays/3595788/?format=api",
    "airdate": "2025-12-25T09:39:45-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "https://ia903105.us.archive.org/24/items/mbid-11b9918c-a26e-4f18-a6ed-0754fc9f84b7/mbid-11b9918c-a26e-4f18-a6ed-0754fc9f84b7-21308994441_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/24/items/mbid-11b9918c-a26e-4f18-a6ed-0754fc9f84b7/mbid-11b9918c-a26e-4f18-a6ed-0754fc9f84b7-21308994441_thumb250.jpg",
    "song": "Holidays R' Hell",
    "track_id": "ab1b8158-55c9-32cc-9d99-ba244a643c7a",
    "recording_id": "bdfd0207-3896-489b-8743-6c19deee674a",
    "artist": "Tuscadero",
    "artist_ids": [
        "c682dfb4-47f0-4cf8-8199-2dc0379d4939"
    ],
    "album": "Step Into My Wiggle Room",
    "release_id": "11b9918c-a26e-4f18-a6ed-0754fc9f84b7",
    "release_group_id": "9c0f933f-ea13-3e5e-979f-5c08b93eed37",
    "labels": [
        "Teenbeat"
    ],
    "label_ids": [
        "434783dd-2be4-42db-a320-c53cbee540bb"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tuscadero formed in 1993 in Washington, D.C. Listen to the live version of this song from 1996 at Tramps in NYC here: https://tuscadero.bandcamp.com/album/live-at-tramps-1996-new-york-city",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}