Information about plays

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

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

{
    "id": 3556061,
    "uri": "https://api.kexp.org/v2/plays/3556061/?format=api",
    "airdate": "2025-09-21T20:56:35-07:00",
    "show": 64626,
    "show_uri": "https://api.kexp.org/v2/shows/64626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Side of Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "Jaegerossa",
    "artist_ids": [
        "3c6fe70a-719b-4b25-b338-beb3e0e24f40"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Midnight Riot"
    ],
    "label_ids": [
        "b0e6a416-b6cf-4b81-a8be-528dbb4a78a7"
    ],
    "release_date": "2023-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Side of Soul\" is a popular 2023 deep house track by artist Jaegerossa, released by Midnight Riot Records. It's known for its infectious disco, funk-influenced grooves, a memorable bassline, and the use of live instrumentation like moog synths.\n\nhttps://midnightriotrecords.bandcamp.com/album/jaegerossa-side-of-soul",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}