Information about plays

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

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

{
    "id": 3597140,
    "uri": "https://api.kexp.org/v2/plays/3597140/?format=api",
    "airdate": "2025-12-28T10:37:00-08:00",
    "show": 65497,
    "show_uri": "https://api.kexp.org/v2/shows/65497/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lights on the Way",
    "track_id": "bcd1a000-891a-4e6d-b60a-82207b63ed91",
    "recording_id": "7bf34eeb-4671-46dc-bbe4-4291b3b89b9d",
    "artist": "Rose City Band",
    "artist_ids": [
        "5c0fd749-09f8-4ece-b489-364fa10fe202"
    ],
    "album": "Sol Y Sombra",
    "release_id": "a0ab44e0-4410-4e21-921c-8da4b0c009e1",
    "release_group_id": "b6bac9cc-cf97-4da2-95cc-eee1f631834b",
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2025-01-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out their session from earlier this year:\n\nhttps://youtu.be/IZF_X-DLyfg?si=8jJ7DwAA_EF89BAx \n\nhttps://rosecityband.bandcamp.com/album/sol-y-sombra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}