Information about plays

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

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

{
    "id": 3598047,
    "uri": "https://api.kexp.org/v2/plays/3598047/?format=api",
    "airdate": "2025-12-30T15:16:35-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How She Threw It All Away",
    "track_id": null,
    "recording_id": "5cbc7e4e-77d4-4f77-b9be-4d4d22d65173",
    "artist": "The Style Council",
    "artist_ids": [
        "34e56f20-ddda-48c9-a4bb-6bb12df57de0"
    ],
    "album": "Confessions of a Pop Group",
    "release_id": null,
    "release_group_id": "1053eb81-9651-378e-9dfa-1167525b9e75",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1988-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Style Council were an English pop band formed in Woking in 1982 by Paul Weller, the former lead vocalist, principal songwriter and guitarist with the rock band the Jam, and keyboardist Mick Talbot.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}