Information about plays

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

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

{
    "id": 3545226,
    "uri": "https://api.kexp.org/v2/plays/3545226/?format=api",
    "airdate": "2025-08-26T22:04:59-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f0e3703-9f59-4291-8fc6-a80e8232c891/39137828999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f0e3703-9f59-4291-8fc6-a80e8232c891/39137828999-250.jpg",
    "song": "My Fun",
    "track_id": null,
    "recording_id": "fab5660b-44fd-46a6-81e7-b6cc8b40c8ba",
    "artist": "Suki Waterhouse",
    "artist_ids": [
        "8389ff77-a7a4-4ba4-bf1b-17ded47d41a1"
    ],
    "album": "Memoir of a Sparklemuffin",
    "release_id": null,
    "release_group_id": "05de6349-e348-4d32-a46e-9f23f6cb3b15",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New legend. \nhttps://www.subpop.com/artists/suki_waterhouse\n\nSuki Waterhouse spoke to KEXP's Emily Fox about how starring in the Amazon Prime series 'Daisy Jones and the Six' inspired her to make her new record, 'Memoir of a Sparklemuffin,' and how she finished the record in the final weeks of her pregnancy and played Coachella a few weeks after birth. https://youtu.be/NCMX9ubtn-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}