Information about plays

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

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

{
    "id": 3600544,
    "uri": "https://api.kexp.org/v2/plays/3600544/?format=api",
    "airdate": "2026-01-05T10:09:31-08:00",
    "show": 65571,
    "show_uri": "https://api.kexp.org/v2/shows/65571/?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": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ripley Johnson, vocalist for the Portland band said that while he was aiming to make uplifting music, this time round the shadows of life needed to be included too.\nCheck out their KEXP session from February 2025, hosted by Cheryl! https://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"
}