Information about plays

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

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

{
    "id": 3579842,
    "uri": "https://api.kexp.org/v2/plays/3579842/?format=api",
    "airdate": "2025-11-18T13:06:51-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "https://coverartarchive.org/release/d931cc85-fdeb-4475-b093-5bdfc48328c4/39291029068-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d931cc85-fdeb-4475-b093-5bdfc48328c4/39291029068-250.jpg",
    "song": "Treat Me Like Fire",
    "track_id": null,
    "recording_id": "00d504a5-0686-45f1-b32e-8cc8d0a0148a",
    "artist": "LION BABE",
    "artist_ids": [
        "c9dda914-1eb2-4762-8006-208010b89ee3"
    ],
    "album": "Begin",
    "release_id": null,
    "release_group_id": "c512269e-39d0-4de6-9968-a9e1d8b4b3ba",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andy Kellman of AllMusic said, \"Hervey takes cues from forthright soul-funk greats like Chaka Khan, Betty Wright, and Betty Davis, but she has a gentler character that's her own, whether she's singing of body positivity, seducing without compromising herself, or serving up would-be skipping rhymes. Just as crucially, she and Goodman don't act as if innovations in R&B ceased before they were born; most of these songs are as modern sounding as anything aired on radio stations classified as mainstream urban.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}