Information about plays

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

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

{
    "id": 3612824,
    "uri": "https://api.kexp.org/v2/plays/3612824/?format=api",
    "airdate": "2026-02-03T19:42:37-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zannik",
    "track_id": null,
    "recording_id": "25103955-c75a-4624-bcd8-89472419e823",
    "artist": "Khaled Al Reigh",
    "artist_ids": [
        "d7e74d6e-7731-4958-8282-898cccdc438f"
    ],
    "album": null,
    "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": "There’s no official source stating that “Zannik” by Khaled Al Reigh is a cover; it’s generally credited to him as the songwriter and composer. While some online speculation suggests a loose influence from Pink Floyd’s “Another Brick in the Wall (Part 2),” this isn’t supported by official release information and remains unconfirmed fan opinion. \nhttps://habibifunkrecords.bandcamp.com/track/zannik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}