Information about plays

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

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

{
    "id": 3552072,
    "uri": "https://api.kexp.org/v2/plays/3552072/?format=api",
    "airdate": "2025-09-12T11:18:07-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://ia800707.us.archive.org/6/items/mbid-d63d427d-499c-4eb4-996e-535e36013766/mbid-d63d427d-499c-4eb4-996e-535e36013766-7496229609_thumb500.jpg",
    "thumbnail_uri": "https://ia800707.us.archive.org/6/items/mbid-d63d427d-499c-4eb4-996e-535e36013766/mbid-d63d427d-499c-4eb4-996e-535e36013766-7496229609_thumb250.jpg",
    "song": "Dashboard",
    "track_id": "2505fe34-22e5-3c66-ab23-67bfc224439a",
    "recording_id": "f80efa4f-a2d1-4fb6-86bd-f7f4b34e7f9c",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "We Were Dead Before the Ship Even Sank",
    "release_id": "d63d427d-499c-4eb4-996e-535e36013766",
    "release_group_id": "0c5f1837-9834-3c97-9d4b-80a4e7103b21",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Modest Mouse's curated music festival is happening tomorrow and Sunday in Carnation, WA, at Remlinger Farms!\n\nThe Psychic Salamander Festival features performances both days from Modest Mouse and The Flaming Lips, as well as additional performances from artists like Courtney Barnett, Built to Spill, Sleater-Kinney and Yo La Tengo! Check out the full lineup here:\n\nhttps://www.modestmousefest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}