Information about plays

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

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

{
    "id": 3523022,
    "uri": "https://api.kexp.org/v2/plays/3523022/?format=api",
    "airdate": "2025-07-05T15:42:02-07:00",
    "show": 63929,
    "show_uri": "https://api.kexp.org/v2/shows/63929/?format=api",
    "image_uri": "https://ia801802.us.archive.org/34/items/mbid-6fedc0f8-f6dc-4e82-9af8-2f274a367a21/mbid-6fedc0f8-f6dc-4e82-9af8-2f274a367a21-28642341883_thumb500.jpg",
    "thumbnail_uri": "https://ia601802.us.archive.org/34/items/mbid-6fedc0f8-f6dc-4e82-9af8-2f274a367a21/mbid-6fedc0f8-f6dc-4e82-9af8-2f274a367a21-28642341883_thumb250.jpg",
    "song": "Attack of the Ghost Riders",
    "track_id": "13b9d66b-b3b8-3be5-beec-857760775571",
    "recording_id": "93d642fd-3062-497f-b006-4d34dfa8b54f",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Whip It On",
    "release_id": "6fedc0f8-f6dc-4e82-9af8-2f274a367a21",
    "release_group_id": "f0f13907-a7db-3801-8cde-2817336a597b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Raveonettes will be on tour in September!\nSep 20 - The Crocodile - Seattle\nSep 22 - The Independent -SF\nhttps://theraveonettes.komi.io/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}