Information about plays

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

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

{
    "id": 3583174,
    "uri": "https://api.kexp.org/v2/plays/3583174/?format=api",
    "airdate": "2025-11-26T09:25:18-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing in the Dark",
    "track_id": "e9605b30-20d9-4324-8a19-5f2aaa798f77",
    "recording_id": "869a46d2-5736-4164-a481-41318cd120ce",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "Dancing in the Dark",
    "release_id": "07fe4754-4b30-492b-9318-810dba2b4bf1",
    "release_group_id": "26493b5b-3e64-49ff-8cbd-a63bbb64f16d",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What better to follow Hot Chip with than more Hot Chip?\n\nA cover of Dancing in the Dark by Mr. Bruce Springsteen and the cats from E Street, along with LCD Soundsystem's \"All My Friends\". -- Hot Chip came to visit KEXP for a live performance in 2019, you can check out that video right here: https://www.youtube.com/watch?v=JGgEcUxWF_k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}