Information about plays

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

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

{
    "id": 3603850,
    "uri": "https://api.kexp.org/v2/plays/3603850/?format=api",
    "airdate": "2026-01-13T12:56:50-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Future Dives",
    "track_id": null,
    "recording_id": "3faff44d-51ca-4800-b6fe-ec656727fd6b",
    "artist": "Few Bits",
    "artist_ids": [
        "38ebdc70-5acc-4776-a6ac-376d0951304d"
    ],
    "album": "Future Dives",
    "release_id": null,
    "release_group_id": "1facd0f0-1924-4276-a8c1-54097e724408",
    "labels": [
        "Mayway Records"
    ],
    "label_ids": [
        "5167bd27-a60d-45db-b58a-97ab58c03b57"
    ],
    "release_date": "2025-02-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Few Bits is a Belgian band led by Karolien Van Ransbeeck. After a break of eight years, the band released their third album, \"Brick Houses,\" last November.: https://few-bits.bandcamp.com/album/brick-houses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}