Information about plays

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

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

{
    "id": 3566523,
    "uri": "https://api.kexp.org/v2/plays/3566523/?format=api",
    "airdate": "2025-10-17T22:42:28-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "https://coverartarchive.org/release/b29372ff-92c5-4acf-a25b-38f63f390e72/43317874585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b29372ff-92c5-4acf-a25b-38f63f390e72/43317874585-250.jpg",
    "song": "Brown Sugar",
    "track_id": null,
    "recording_id": "a46d5218-a865-4301-93d0-c43ee896ab11",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Brown Sugar",
    "release_id": null,
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ali Shaheed Muhammad co-produced and co-wrote the title track from 'Brown Sugar', the 1995 debut album of R&B singer and multi-instrumentalist D'Angelo that spent 65 consecutive weeks on the Billboard 200 charts. \n--\nHere are 10 \"sweetest\" facts about this wonderful album that \"basically invented neo-soul.\": https://www.bet.com/article/iiq4m7/commentary-10-sweetest-things-about-d-angelo-s-brown-sugar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}