Information about plays

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

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

{
    "id": 3567996,
    "uri": "https://api.kexp.org/v2/plays/3567996/?format=api",
    "airdate": "2025-10-21T10:41:40-07:00",
    "show": 64895,
    "show_uri": "https://api.kexp.org/v2/shows/64895/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bbbe123-d425-4107-8e16-f45667d40270/35113069960-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5bbbe123-d425-4107-8e16-f45667d40270/35113069960-250.jpg",
    "song": "Hot Blooded",
    "track_id": null,
    "recording_id": "b86a3325-1048-456a-81d3-a8997d962992",
    "artist": "New Constellations",
    "artist_ids": [
        "708c8fe9-af4f-4f3f-9c34-986c0b97caa3"
    ],
    "album": "Hot Blooded",
    "release_id": null,
    "release_group_id": "8aaa3963-0ba4-460e-872c-ffd6b47e8e68",
    "labels": [
        "New Constellations"
    ],
    "label_ids": [
        "88b5635e-d485-468e-bb32-fe55d38c6429"
    ],
    "release_date": "2021-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Brick & Mortar Music Hall in SF on Thursday, October 30th.\n--\nNew Constellations are Portland-based duo Harlee Case (vocals) and Josh Smith (multi-instrumentalist and producer). As childhood best friends, Josh recorded Harlee's first songs in his bedroom when she was 14.\n--\nSee the official music video for \"Hot Blooded\": https://www.youtube.com/watch?v=9uIAB_GNmGw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}