Information about plays

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

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

{
    "id": 3599737,
    "uri": "https://api.kexp.org/v2/plays/3599737/?format=api",
    "airdate": "2026-01-03T17:44:40-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Transmission",
    "track_id": "98171d53-768d-45dc-a085-c469e3ecc7a6",
    "recording_id": "9ca28744-531a-4c7a-bc27-edac0bc9d15a",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "War Child – Heroes: An Album to Benefit Children Affected by War",
    "release_id": "0a104521-3163-4ec2-9e69-a2c1600185d4",
    "release_group_id": "7f6cbf9b-2e32-3af4-a3d6-f49c94e1bbd9",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2009-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joy Division cover by the band Hot Chip. Formed in London in the year 2000, the bands name originates from an inside joke between the band including French fries which are called chips in England.\n\nhttps://www.hot-chip.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}