Information about plays

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

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

{
    "id": 3548554,
    "uri": "https://api.kexp.org/v2/plays/3548554/?format=api",
    "airdate": "2025-09-03T19:53:21-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/95af3b9f-8e9e-4764-8b20-e56b87e462dc/41605649562-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95af3b9f-8e9e-4764-8b20-e56b87e462dc/41605649562-250.jpg",
    "song": "I Look Around",
    "track_id": null,
    "recording_id": "9e76c391-9cf7-4158-9374-d78e5daa2ee5",
    "artist": "Rain Parade",
    "artist_ids": [
        "59b6510e-f7f1-4631-be8f-0c493db2502d"
    ],
    "album": "Emergency Third Rail Power Trip",
    "release_id": null,
    "release_group_id": "963ebe2c-a121-3086-81bd-8b1a6368086c",
    "labels": [
        "Enigma"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1981, the college roommates Matt Piucci and David Roback formed a psychedelic rock band called Rain Parade, and Roback’s brother Steven soon joined up on bass. Rain Parade went on to become a crucial part of the Paisley Underground, a tight community of Los Angeles bands who took inspiration from punk but whose sound owed more to starry-eyed ’60s folk-rock. That scene gave us bands like the Bangles, the Dream Syndicate, the Three O’Clock, and Opal, and it also inspired Prince to write songs like “Raspberry Beret.” They have since reunited and resumed touring back in 2012.\nhttps://shorturl.at/ehwH8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}