Information about plays

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

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

{
    "id": 3619527,
    "uri": "https://api.kexp.org/v2/plays/3619527/?format=api",
    "airdate": "2026-02-19T13:42:44-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/be546503-06ea-42c8-83c9-3bc3b1117ede/32908046473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be546503-06ea-42c8-83c9-3bc3b1117ede/32908046473-250.jpg",
    "song": "I Wanna Sex You Up",
    "track_id": null,
    "recording_id": "c485efc1-e440-47ad-b1a0-d970579805b5",
    "artist": "Color Me Badd",
    "artist_ids": [
        "c7f33343-7870-4e03-9892-65ad81d18db5"
    ],
    "album": "New Jack City",
    "release_id": null,
    "release_group_id": "cfcbc072-f287-383d-8be3-fb3d3c789956",
    "labels": [
        "Giant"
    ],
    "label_ids": [
        "36d29cc1-f4c6-4e84-8f95-55706f49e6a0"
    ],
    "release_date": "1991-03-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Wanna Sex You Up,\" produced by Dr. Freeze,  contains samples of \"Tonight Is the Night (Live)\" by Betty Wright, \"La Di Da Di\" by Doug E. Fresh and Slick Rick, \"Joanna\" by Kool & the Gang and \"Change the Beat (Female Version)\" by Beside.\n--\nSee a live performance by Color Me Badd in 1992: https://www.youtube.com/watch?v=WJ6amA2Mqf0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}