Information about plays

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

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

{
    "id": 3608683,
    "uri": "https://api.kexp.org/v2/plays/3608683/?format=api",
    "airdate": "2026-01-24T21:13:08-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "https://coverartarchive.org/release/99b61aa6-4268-4d01-b121-791c0112bc91/18167750262-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99b61aa6-4268-4d01-b121-791c0112bc91/18167750262-250.jpg",
    "song": "Senseless Violence",
    "track_id": null,
    "recording_id": "441a1ff9-ee36-4c39-b2eb-7a306a950bef",
    "artist": "Rich Kids on LSD",
    "artist_ids": [
        "18e9b336-485d-45d8-8cc0-791ec57c1f7e"
    ],
    "album": "Keep Laughing",
    "release_id": null,
    "release_group_id": "7d3a6b35-9b28-4e7c-b21b-25b6068a7e32",
    "labels": [
        "Mystic Records"
    ],
    "label_ids": [
        "daf82198-afd6-4849-b1a5-bc34a3075593"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RKL will be playing at :\n - Dante's in Portland on April 17th with Berzerk\n - the Airport Tavern in Tacoma on April 18th with Acid Teeth and Millhous.\n\nhttps://www.instagram.com/rkl_rich_kids_on_lsd/?hl=en\nhttps://www.facebook.com/TheSuburbsBand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}