Information about plays

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

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

{
    "id": 3580626,
    "uri": "https://api.kexp.org/v2/plays/3580626/?format=api",
    "airdate": "2025-11-20T11:28:24-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "https://ia600605.us.archive.org/32/items/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a-8587070412_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/32/items/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a/mbid-44d2ff86-84a0-4669-b161-cc41c4bdee8a-8587070412_thumb250.jpg",
    "song": "The Coffee and Tea Wrecks",
    "track_id": "50793510-503b-3448-b5ab-4e40b5de481f",
    "recording_id": "e900d1b8-5305-44f8-a87a-e6917bf34c05",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Dandys Rule OK",
    "release_id": "44d2ff86-84a0-4669-b161-cc41c4bdee8a",
    "release_group_id": "184ddc03-50fc-3517-b351-7275c538771c",
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1995-04-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Courtney Taylor-Taylor wrote this song from The Dandys' debut studio album, released in 1995.\n\n--\n\nWatch the Portland band perform Live on KEXP back in 2016: https://www.youtube.com/watch?v=BzkHp6EswEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}