Information about plays

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

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

{
    "id": 3634250,
    "uri": "https://api.kexp.org/v2/plays/3634250/?format=api",
    "airdate": "2026-03-27T11:48:04-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/4150b246-d5b4-3350-a654-492fc76175d1/1223234217-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4150b246-d5b4-3350-a654-492fc76175d1/1223234217-250.jpg",
    "song": "Stick 'em",
    "track_id": null,
    "recording_id": "ef851591-4922-47a3-b50d-1c60feff842c",
    "artist": "Fat Boys",
    "artist_ids": [
        "19c14dc3-77b9-46ca-8df0-4a18041696dd"
    ],
    "album": "Fat Boys",
    "release_id": null,
    "release_group_id": "17d35176-f517-3ba9-a8a5-98413597595c",
    "labels": [
        "Tin Pan Apple"
    ],
    "label_ids": [
        "0cb90907-5a27-42dc-b3ea-88f3f6715ad1"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LL Cool J was in the 1985 movie Krush Groove with Fat Boys.\n\nR.I.P. to Prince Markie Dee (Mark Morales) of the Fat Boys, who died in 2021 at age 52.  Here's his NY Times obituary: https://www.nytimes.com/2021/02/19/arts/music/prince-markie-dee-fat-boys-dead.html\n--\n Watch the video for this song here: https://www.youtube.com/watch?v=mHoCR7u5NzY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}