Information about plays

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

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

{
    "id": 3548068,
    "uri": "https://api.kexp.org/v2/plays/3548068/?format=api",
    "airdate": "2025-09-02T16:49:11-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia801506.us.archive.org/31/items/mbid-a8d5232f-7476-4dfd-9e89-c72b4ad7dfde/mbid-a8d5232f-7476-4dfd-9e89-c72b4ad7dfde-39638199373_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/31/items/mbid-a8d5232f-7476-4dfd-9e89-c72b4ad7dfde/mbid-a8d5232f-7476-4dfd-9e89-c72b4ad7dfde-39638199373_thumb250.jpg",
    "song": "Lucky boy",
    "track_id": "7e248e90-247f-44f5-a497-3da8aa787dcb",
    "recording_id": "2197e32f-478e-419c-9d42-cec4bf4454a0",
    "artist": "Mo Dotti",
    "artist_ids": [
        "24d1fa8b-2fec-447e-87c6-8d76923fb665"
    ],
    "album": "Opaque",
    "release_id": "a8d5232f-7476-4dfd-9e89-c72b4ad7dfde",
    "release_group_id": "a7660c1d-ba15-46d1-9d3b-c07eaf91239f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles shoegaze quartet Mo Dotti take their name from Italian photographer and communist revolutionary Tina Modotti.\n\nMo Dotti is on tour, playing many PNW cities!\n9/22: 4 Star Theater in SF\n9/26: Central Saloon in Seattle\n9/27: Swan Dive in Portland\n9/28: The Blue Room in Bellingham\n9/29: Wild Child in Olympia\nhttps://www.mo-dotti.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}