Information about plays

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

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

{
    "id": 3573474,
    "uri": "https://api.kexp.org/v2/plays/3573474/?format=api",
    "airdate": "2025-11-03T11:37:02-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?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://ia600707.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": "\"Oh, the dashboard melted, but we still have the radio....\"\n\nThis song was written the first day Modest Mouse began collaborating with Johnny Marr. The guitarist later recalled: \"On the first night we (Marr and Isaac Brock) just set up two amps opposite each other and just got louder and louder and improvised. I just started playing 'Dashboard,' which I'd been playing a few weeks before and forgotten about. And he instantly started improvising the lyrics, which knocked me out. To see someone produce those lyrics just off the top of his head is amazing: I've never seen it done in such a way.\"\n\nhttps://www.modestmouse.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}