Information about plays

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

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

{
    "id": 3546229,
    "uri": "https://api.kexp.org/v2/plays/3546229/?format=api",
    "airdate": "2025-08-29T08:35:19-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://ia903208.us.archive.org/35/items/mbid-d4bfdd53-f9ac-35d8-b30d-f750b4420af4/mbid-d4bfdd53-f9ac-35d8-b30d-f750b4420af4-9552855097_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/35/items/mbid-d4bfdd53-f9ac-35d8-b30d-f750b4420af4/mbid-d4bfdd53-f9ac-35d8-b30d-f750b4420af4-9552855097_thumb250.jpg",
    "song": "Gut Feeling / (Slap Your Mammy)",
    "track_id": "a4b4db93-0538-37cd-873d-5f5619a54095",
    "recording_id": "89f4fc99-07a2-400c-9498-180af6944771",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Q: Are We Not Men? A: We Are Devo!",
    "release_id": "d4bfdd53-f9ac-35d8-b30d-f750b4420af4",
    "release_group_id": "60a754f9-50e1-346a-97db-925a1e2ad7e0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Gage, originally from Seattle and now living in Newcastle, Australia...\n--\n\"Interviews with the band and vivid vintage video trace Devo's evolution from their Akron, Ohio, art-rocker roots to new wave \"Whip It\" fame and beyond.\"  You can watch the new Devo documentary on Netflix: https://www.netflix.com/title/82052197",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}