Information about plays

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

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

{
    "id": 3622068,
    "uri": "https://api.kexp.org/v2/plays/3622068/?format=api",
    "airdate": "2026-02-25T10:27:53-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doo Wop (That Thing)",
    "track_id": "6c369899-31b2-3896-87bb-fad1d4986607",
    "recording_id": "83f4ab28-f069-4fe7-8071-41ab81e138c3",
    "artist": "Lauryn Hill",
    "artist_ids": [
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "The Miseducation of Lauryn Hill",
    "release_id": "4f931a2b-98eb-49bb-94b7-0ec62dcfe644",
    "release_group_id": "8691d12c-abd8-385c-b1eb-d841190124f7",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1998-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the debut solo album of Lauryn Hill, she sampled the 5th Dimension's \"Together Let's Find Love.\n\nThis album would take home 5 Grammy Awards including 'Album of the Year'.\n\nhttps://mslaurynhill.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}