Information about plays

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

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

{
    "id": 3588069,
    "uri": "https://api.kexp.org/v2/plays/3588069/?format=api",
    "airdate": "2025-12-07T12:58:24-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t So…",
    "track_id": "36097540-3793-43cf-bffa-575d4e0ffee0",
    "recording_id": "45b28a5a-0d44-4019-bb79-b07b6f66a644",
    "artist": "Nightmares On Wax feat. LSK",
    "artist_ids": [
        "dba03629-7ad5-4d6f-92af-d3e3e3d1faca",
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Echo45 Sound System",
    "release_id": "07d22bed-e640-4470-9d6b-c5b069fb1fbb",
    "release_group_id": "9f55a9f2-3c01-4705-8aea-a5a2351773fc",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With the latest music \"Echo45 Sound System\", Nightmares On Wax takes that lineage a step further - a mixtape that feels like both a celebration and a declaration.\n\nhttps://nightmaresonwax.bandcamp.com/album/echo45-sound-system\nhttps://nightmaresonwax.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}