Information about plays

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

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

{
    "id": 3621287,
    "uri": "https://api.kexp.org/v2/plays/3621287/?format=api",
    "airdate": "2026-02-23T13:04:28-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make Your Move",
    "track_id": null,
    "recording_id": "3efbe2ad-88e9-46fb-a10c-3b8974f9f3b9",
    "artist": "Camp Claude",
    "artist_ids": [
        "564a2a29-1143-4bf2-bab8-4b0ad87d6a98"
    ],
    "album": "Moody Moon",
    "release_id": null,
    "release_group_id": "696e5ffd-e685-4332-92da-ae849d21355c",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skywave music made by Diane Sagnier, Leo Hellden & Michael Giffts.\n\n\"Moody Moon is our 3rd album and is a melancholic inner reflection between ice cold numbness and burning emotions brought to you through eclectic electro cold wavy sounds!\"\n\nhttps://campclaude.bandcamp.com/album/moody-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}