Information about plays

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

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

{
    "id": 3598680,
    "uri": "https://api.kexp.org/v2/plays/3598680/?format=api",
    "airdate": "2026-01-01T04:10:54-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Be Your Lobster",
    "track_id": null,
    "recording_id": "416535a2-90da-49fa-bacc-8a14fb24e555",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Nice One Innit Edits",
    "release_id": null,
    "release_group_id": "eb79e8fc-2844-4ebd-9c47-dafd41375da6",
    "labels": [
        "Hands of Time Gold"
    ],
    "label_ids": [
        "2d64e96c-23fd-4561-80aa-040038653d25"
    ],
    "release_date": "2011-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edit by Dmitri From Paris",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}