Information about plays

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

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

{
    "id": 3542601,
    "uri": "https://api.kexp.org/v2/plays/3542601/?format=api",
    "airdate": "2025-08-20T19:36:28-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c61dc4d-ac82-44b6-98b4-0d0bb868b9ca/30840034451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c61dc4d-ac82-44b6-98b4-0d0bb868b9ca/30840034451-250.jpg",
    "song": "Choke",
    "track_id": null,
    "recording_id": "61f13f47-5a3f-407e-81c8-aabbe2f1878e",
    "artist": "Wine Lips",
    "artist_ids": [
        "2ddac23f-58b9-4cad-9549-9c6be4d0bf17"
    ],
    "album": "Mushroom Death Sex Bummer Party",
    "release_id": null,
    "release_group_id": "469ea91e-d706-429d-a9b7-9b0df6931390",
    "labels": [
        "Stomp Records"
    ],
    "label_ids": [
        "1b5ffc62-d375-47af-94eb-bbc397735ae6"
    ],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Freakout 2025 lineup here: https://www.freakoutrec.com/lineup\n-\nWine Lips' in-studio session here at KEXP last year - https://www.youtube.com/watch?v=PKC7rfviYh4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}