Information about plays

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

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

{
    "id": 3602538,
    "uri": "https://api.kexp.org/v2/plays/3602538/?format=api",
    "airdate": "2026-01-10T05:03:00-08:00",
    "show": 65610,
    "show_uri": "https://api.kexp.org/v2/shows/65610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Star",
    "track_id": "68ed3646-eefc-3cba-a89c-d616aa18fb38",
    "recording_id": "50237192-ad36-43ef-9953-9220417c27fc",
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "Give You the Ghost",
    "release_id": "847dbb04-983c-49e8-b5b0-15a3e68590a6",
    "release_group_id": "c463a9be-3186-40cc-8048-b4e59f6a7577",
    "labels": [
        "Totally Gross National Product"
    ],
    "label_ids": [
        "ee0ad78f-7fa0-45ab-9fbb-0c9b2d2f030c"
    ],
    "release_date": "2012-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Minneapolis group has played Live in the KEXP Studio several times -- including this track during a 2012 set: https://youtu.be/iz3WUEl_qHk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}