Information about plays

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

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

{
    "id": 3570823,
    "uri": "https://api.kexp.org/v2/plays/3570823/?format=api",
    "airdate": "2025-10-28T01:45:08-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e095e00-39aa-4f8f-be4b-cf8da2661060/13523354678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e095e00-39aa-4f8f-be4b-cf8da2661060/13523354678-250.jpg",
    "song": "Kool Thing",
    "track_id": null,
    "recording_id": "a35faf90-4293-48c9-9e36-ba9dd13533a6",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Goo",
    "release_id": null,
    "release_group_id": "8114542a-d659-3b5f-a11f-cf86ed7fa84d",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Kool Thing\" was a product of an interview that went very wrong.  Kim Gordon interviewed LL Cool J, \"an amigo with an ego,\" and the two did NOT connect.  Read all about it here: https://americansongwriter.com/the-disappointing-magazine-interview-that-inspired-kool-thing-by-sonic-youth/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}