Information about plays

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

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

{
    "id": 3622397,
    "uri": "https://api.kexp.org/v2/plays/3622397/?format=api",
    "airdate": "2026-02-26T03:15:31-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3b6790c-ec8e-4ff6-af53-8b391c397ab9/27191407095-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3b6790c-ec8e-4ff6-af53-8b391c397ab9/27191407095-250.jpg",
    "song": "I Got Cha Opin (remix)",
    "track_id": null,
    "recording_id": "c5758abc-18cd-4d11-8e61-5369e56f4eed",
    "artist": "Black Moon",
    "artist_ids": [
        "7057a0c4-481f-48c8-9c64-28d8400539ea"
    ],
    "album": "Diggin’ in dah Vaults",
    "release_id": null,
    "release_group_id": "0f565728-b38a-3ef7-bbce-18758692320a",
    "labels": [
        "Nervous Records"
    ],
    "label_ids": [
        "adec4958-ac26-4422-be98-e6278e72e46c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix features  a sample of \"Playing Your Game Baby\" by Barry White. \n--\nBlack Moon is a hip-hop trio from Brooklyn. It was formed in 1992 by East Coast rappers Buckshot and 5ft and record producer DJ Evil Dee,: https://www.allmusic.com/artist/black-moon-mn0000093215",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}