Information about plays

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

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

{
    "id": 3594760,
    "uri": "https://api.kexp.org/v2/plays/3594760/?format=api",
    "airdate": "2025-12-23T05:21:08-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a943fe7-ca90-4a5f-b207-114739c0abfe/11170208839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a943fe7-ca90-4a5f-b207-114739c0abfe/11170208839-250.jpg",
    "song": "Best Friend",
    "track_id": null,
    "recording_id": "de19f655-0dda-4b5e-8e16-ad67b3c8f6b5",
    "artist": "Brandy",
    "artist_ids": [
        "01e60eba-52df-4694-8f09-39f43abe54e9"
    ],
    "album": "Brandy",
    "release_id": null,
    "release_group_id": "1389b133-290c-35a2-bdb6-623b7fd1051c",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A lighthearted \"jeep pop\" ode to sibling bonds, Brandy Norwood dedicated the song to her younger brother Ray J who was initially supposed to appear on a duet version of the song. Norwood created the backgrounds vocals on \"Best Friend\" by herself. Coming from a church where she grew up singing a capella, she loved \"playing with different notes and feeling that union with different harmonies and sounds [..] And this song was the first time I'd felt that feeling outside of the church.\"\n\nHere's the music video: https://www.youtube.com/watch?v=gFMdIj2UPRk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}