Information about plays

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

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

{
    "id": 3641844,
    "uri": "https://api.kexp.org/v2/plays/3641844/?format=api",
    "airdate": "2026-04-14T04:46:51-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/38c5dd4f-570c-4dce-88ce-074463d1d72d/29634283568-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38c5dd4f-570c-4dce-88ce-074463d1d72d/29634283568-250.jpg",
    "song": "I Wonder If I Take You Home",
    "track_id": null,
    "recording_id": "166f9341-9cc8-454c-a004-c62d89df9a9b",
    "artist": "Lisa Lisa & Cult Jam with Full Force",
    "artist_ids": [
        "504456e7-65c3-4088-9e63-e2bf04fa1ed4",
        "4c7ee06c-a724-4ed3-9a12-416d4424d5c3"
    ],
    "album": "Lisa Lisa & Cult Jam With Full Force",
    "release_id": null,
    "release_group_id": "152b8cd7-a9cc-3f51-ad76-e198694f7822",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1985-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "80s classic dance track by Lisa Lisa & Cult Jam! This song was later famously sampled by The Black Eyed Peas in their 2005 track \"Dont Phunk With My Heart\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}