Information about plays

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

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

{
    "id": 3583267,
    "uri": "https://api.kexp.org/v2/plays/3583267/?format=api",
    "airdate": "2025-11-26T15:47:39-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doowutchyalike",
    "track_id": "038aa78f-c4ef-323e-8daf-0738f1e197a9",
    "recording_id": "43e669a3-d2cc-4e38-8df4-142e0ea7634e",
    "artist": "Digital Underground",
    "artist_ids": [
        "ff6cb06c-a6e5-4ab9-a5ce-fa2095be45b9"
    ],
    "album": "Sex Packets",
    "release_id": "e0911ac8-d3f8-4a8c-b8d1-3124741458a8",
    "release_group_id": "84abec74-3b40-3a83-9449-46d7e420d4d7",
    "labels": [
        "Tommy Boy",
        "Tommy Boy Music"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f",
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Dan, who suggested that this is the time of year when people \"eatwutchyalike\".\n--\n\"Just grab 'em in the biscuits...\" R.I.P., Gregory Edward Jacobs, aka Shock G,., who died in 2021 at age 57: https://www.nytimes.com/2021/04/23/arts/music/shock-g-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}