Information about plays

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

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

{
    "id": 3639683,
    "uri": "https://api.kexp.org/v2/plays/3639683/?format=api",
    "airdate": "2026-04-09T02:00:19-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c7f2e81-f339-489f-b4eb-726b1ef5f0e5/18863689311-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c7f2e81-f339-489f-b4eb-726b1ef5f0e5/18863689311-250.jpg",
    "song": "I’m in Love",
    "track_id": null,
    "recording_id": "c7cffc41-0d51-43a5-b569-08b3a9726f2c",
    "artist": "Evelyn “Champagne” King",
    "artist_ids": [
        "f104e236-9655-4022-b794-d1567357e3b0"
    ],
    "album": "I’m in Love",
    "release_id": null,
    "release_group_id": "1f416166-96f2-397b-8096-2ab0713594b0",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1981-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evelyn \"Champagne\" King is an R&B/soul, disco and funk singer, and producer. She released \"I'm In Love\" on the 1981 album of the same name, her fourth studio album. \n\nSampled in Janet Jackson's 2004 track \"R&B Junkie\".\n-------------------\nMake sure you also check out Jennifer Lara's Studio One version of this song from the same year!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}