Information about plays

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

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

{
    "id": 3656246,
    "uri": "https://api.kexp.org/v2/plays/3656246/?format=api",
    "airdate": "2026-05-18T04:05:18-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e68dce3-9335-4be7-bb3a-006f4d9ce6e4/44927440593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e68dce3-9335-4be7-bb3a-006f4d9ce6e4/44927440593-250.jpg",
    "song": "When We Find It",
    "track_id": null,
    "recording_id": "baeea9a4-a521-456f-ab29-597fd7e8ed0a",
    "artist": "Pleasure Systems",
    "artist_ids": [
        "d4c3aca4-06b8-46ce-ad12-ace082caf808"
    ],
    "album": "Leave It in the Sand",
    "release_id": null,
    "release_group_id": "e534186c-bb3f-4b9c-93dd-542f07e3fa7d",
    "labels": [
        "Ending Music"
    ],
    "label_ids": [
        "65ae621d-63a7-41b3-bd05-749fd478dbb4"
    ],
    "release_date": "2026-06-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check it out June 5th from NYC's Pleasure Systems - https://pleasuresystems.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}