Information about plays

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

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

{
    "id": 3542630,
    "uri": "https://api.kexp.org/v2/plays/3542630/?format=api",
    "airdate": "2025-08-20T21:34:01-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/9741cff3-efdb-40b3-a8d0-447dff67ed9c/29711614120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9741cff3-efdb-40b3-a8d0-447dff67ed9c/29711614120-250.jpg",
    "song": "Cosmic Feeling",
    "track_id": null,
    "recording_id": "374de094-5c53-4e57-bf0e-b2d75f23b299",
    "artist": "Flamingosis",
    "artist_ids": [
        "325fc4f1-5bb9-4f58-a62c-b44e169f4b56"
    ],
    "album": "Daymaker",
    "release_id": null,
    "release_group_id": "d767940e-d34d-41b3-9c2d-7cbd9e8a456d",
    "labels": [
        "Kahuna Style"
    ],
    "label_ids": [
        "c65fbe9d-0e6f-4a08-9e59-54034a5c833c"
    ],
    "release_date": "2021-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flamingosis shows this November! \n\nNov 7 @ Wild Buffalo House of Music in Bellingham, WA\nNov 7 @ Nectar Lounge in Seattle, WA \nNov 8 @ Fortune Sound Club in Vancouver, BC\nNov 28 @ The Independent in San Francisco, CA\n\nhttps://www.flamingosis.com/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}