Information about plays

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

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

{
    "id": 3637489,
    "uri": "https://api.kexp.org/v2/plays/3637489/?format=api",
    "airdate": "2026-04-04T00:08:55-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fd1d5c5-34dc-4382-95a9-577d2c67435d/37548855924-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2fd1d5c5-34dc-4382-95a9-577d2c67435d/37548855924-250.jpg",
    "song": "Trust Me",
    "track_id": null,
    "recording_id": "5ea0e4f3-a699-4140-8fa1-c660d5e12f99",
    "artist": "Guru feat. N’Dea Davenport",
    "artist_ids": [
        "215c6ab2-7888-4061-bd56-9fb650328106",
        "381dea75-f40a-456f-92c1-04730e15002e"
    ],
    "album": "Jazzmatazz, Volume 1",
    "release_id": null,
    "release_group_id": "cb4db891-330d-394d-af54-3edc37e8416e",
    "labels": [
        "Cooltempo"
    ],
    "label_ids": [
        "7c71c9ed-44e5-44c9-9d2c-a50a1da2604b"
    ],
    "release_date": "1993-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1993 jam features N'Dea Davenport on vocals. Emcee Guru put out Jazzmatazz Vol. 1 as his debut solo studio album, after three albums with producer DJ Premier as part of the duo Gang Starr. Guru continued to release solo projects and albums with Gang Starr through the 90s and 00s. He passed in 2010. RIP to a legend!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}