Information about plays

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

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

{
    "id": 3628029,
    "uri": "https://api.kexp.org/v2/plays/3628029/?format=api",
    "airdate": "2026-03-12T07:24:29-07:00",
    "show": 66159,
    "show_uri": "https://api.kexp.org/v2/shows/66159/?format=api",
    "image_uri": "https://coverartarchive.org/release/b21f005e-3a9c-4ffd-84b3-01f40bb8372a/31859460389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b21f005e-3a9c-4ffd-84b3-01f40bb8372a/31859460389-250.jpg",
    "song": "A Little Respect (7″ version)",
    "track_id": null,
    "recording_id": "07e2200f-9f75-4091-a799-99f948826383",
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "A Little Respect",
    "release_id": null,
    "release_group_id": "3bc60edb-4bd4-3ff6-863b-09bd79c3dad3",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1988-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\n\n\"The song itself finds singer Andy Bell, one of the first openly gay pop stars to actually sing about queer romance, pleading with a lover to just give into their feelings for one another....It's stunning and tragically cinematic. And yet, there's a feeling of hope to it, like this suffering is going to pay off somehow. That it's going to get better.\": https://www.nylon.com/articles/erasure-a-little-respect-queer-song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}