Information about plays

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

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

{
    "id": 3548058,
    "uri": "https://api.kexp.org/v2/plays/3548058/?format=api",
    "airdate": "2025-09-02T16:06:23-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia801800.us.archive.org/3/items/mbid-1f6c7f6e-702a-493a-8861-55d958dd7805/mbid-1f6c7f6e-702a-493a-8861-55d958dd7805-28700444753_thumb500.jpg",
    "thumbnail_uri": "https://ia801800.us.archive.org/3/items/mbid-1f6c7f6e-702a-493a-8861-55d958dd7805/mbid-1f6c7f6e-702a-493a-8861-55d958dd7805-28700444753_thumb250.jpg",
    "song": "White Knuckles",
    "track_id": "4a9f0daf-b1b3-4f69-b6b6-bf52f3d78d89",
    "recording_id": "32e0717b-bc29-480b-916d-adcdb74f0cf8",
    "artist": "Flyying Colours",
    "artist_ids": [
        "dfb37fbb-b2eb-41de-9369-d5fd60f5d472"
    ],
    "album": "Fantasy Country",
    "release_id": "1f6c7f6e-702a-493a-8861-55d958dd7805",
    "release_group_id": "853f04b3-2299-446e-93dd-cc02d574c00d",
    "labels": [
        "Poison City Records"
    ],
    "label_ids": [
        "42ff3b7f-7ea3-409b-b800-c565fb35883f"
    ],
    "release_date": "2021-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flyying Colours is a Shoegaze, Dream Pop and Nugaze band out of Melbourne Australia.\n\nEvie hosted them on KEXP Live at Home in 2021!\nhttps://youtu.be/gOZqqZ4eMfg\n\nhttps://flyyingcolours.bandcamp.com/album/you-never-know",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}