Information about plays

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

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

{
    "id": 3633154,
    "uri": "https://api.kexp.org/v2/plays/3633154/?format=api",
    "airdate": "2026-03-24T15:10:24-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://dn710902.ca.archive.org/0/items/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c-3394185815_thumb500.jpg",
    "thumbnail_uri": "https://dn710902.ca.archive.org/0/items/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c/mbid-a9dc398c-89aa-34f9-a3be-25f6d704011c-3394185815_thumb250.jpg",
    "song": "In Love With You",
    "track_id": "abe45bc6-62ba-3048-a5ba-ebe512d0f23e",
    "recording_id": "8da632c5-808d-4a8a-bf45-caa9cb403b16",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Mama's Gun",
    "release_id": "a9dc398c-89aa-34f9-a3be-25f6d704011c",
    "release_group_id": "25bdfd28-72ca-3d1f-88fc-dcf67df91720",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Stephen Marley singing with Erykah Badu on this lovely track. \n--\nOver the past 45 years, Stephen Marley has won no fewer than eight Grammy Awards—three with The Melody Makers, three times as a solo artist, and twice as a producer of his younger brother Damian Marley. Every one of his solo projects to date has topped the Billboard Reggae charts.: https://www.stephenmarleymusic.com/my-roots",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}