Information about plays

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

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

{
    "id": 3565130,
    "uri": "https://api.kexp.org/v2/plays/3565130/?format=api",
    "airdate": "2025-10-14T20:55:09-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "https://coverartarchive.org/release/db1e7767-f952-48ae-8f26-25d725a8f788/33625212073-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db1e7767-f952-48ae-8f26-25d725a8f788/33625212073-250.jpg",
    "song": "Contaminado",
    "track_id": null,
    "recording_id": "15bc0981-45ea-4ac0-8c9d-2509edeaf2e0",
    "artist": "La Femme",
    "artist_ids": [
        "559211a5-2a51-4346-ba84-5cc74821a1cd"
    ],
    "album": "Teatro Lúcido",
    "release_id": null,
    "release_group_id": "f3c06746-f643-4352-b494-1e7ca38690c4",
    "labels": [
        "Disque Pointu"
    ],
    "label_ids": [
        "ec8afce0-c2dc-4c39-b814-e7a53f0fed99"
    ],
    "release_date": "2022-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This French group uses synths and dissonant harmonies to make a spooky sound that makes it hard to sit still -- repetitive riffs with sonic textures that scratch the itch make Contaminado what it is.\n\nVisit https://lafemmeressort.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}