Information about plays

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

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

{
    "id": 3581957,
    "uri": "https://api.kexp.org/v2/plays/3581957/?format=api",
    "airdate": "2025-11-23T15:05:41-08:00",
    "show": 65190,
    "show_uri": "https://api.kexp.org/v2/shows/65190/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talk to God",
    "track_id": null,
    "recording_id": null,
    "artist": "Now, Now",
    "artist_ids": [
        "e3c24e1c-1e43-403b-8407-90c8c4107098"
    ],
    "album": "01",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Now, Now, the Minneapolis indie-rock duo of KC Dalager and Brad Hale, have returned with their first new music in six years. Today, they’ve surprise-released 01, a new four-song EP that indulges their pop inclinations. \n\n\"I think these songs are really a great example of the culmination of everything we’ve learned over the 23 years of making music together,\" said Hale. \"I’ve gotten a lot of fun gear over the years that we’ve been using, lately some vintage digital reverbs that have been great to incorporate.\" https://tinyurl.com/25emwsc5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}