Information about plays

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

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

{
    "id": 3621961,
    "uri": "https://api.kexp.org/v2/plays/3621961/?format=api",
    "airdate": "2026-02-25T04:02:07-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucky Again",
    "track_id": "c3d3c108-64e4-469d-addf-c0c8ee5186ef",
    "recording_id": "bcacd998-9712-4f20-b68c-45c27941c09c",
    "artist": "Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "The Afterparty",
    "release_id": "ad07c98b-59d8-491d-9eb2-6ca6510f4255",
    "release_group_id": "cbad1ad5-a4d2-4521-93ca-ff22cadeef4c",
    "labels": [
        "Futures"
    ],
    "label_ids": [
        "d55a52e1-c0fa-4b62-ae06-40df30a161d2"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish pop icon Lykke Li has officially entered her \"existential era\" with the announcement of her sixth and potentially final studio album, The Afterparty, scheduled for release on May 8, 2026, via Neon Gold Records/Futures. https://lykkeli.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}