Information about plays

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

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

{
    "id": 3641331,
    "uri": "https://api.kexp.org/v2/plays/3641331/?format=api",
    "airdate": "2026-04-12T21:23:08-07:00",
    "show": 66437,
    "show_uri": "https://api.kexp.org/v2/shows/66437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "EFUNK Anthem (The Funk mix)",
    "track_id": null,
    "recording_id": "2edc906d-efa8-43f8-a220-54886774d5bc",
    "artist": "Soul Clap",
    "artist_ids": [
        "99e23896-0a24-4f2a-a058-77bbbf2fb75a"
    ],
    "album": "Drowning in Your Love EP",
    "release_id": null,
    "release_group_id": "a29bd850-6180-40be-afc1-cabb1e8d1dc1",
    "labels": [
        "Freerange Records"
    ],
    "label_ids": [
        "074ffba4-4ef3-430a-a863-052164938481"
    ],
    "release_date": "2026-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soulclap.bandcamp.com/album/drowning-in-your-love-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}