Information about plays

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

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

{
    "id": 3616562,
    "uri": "https://api.kexp.org/v2/plays/3616562/?format=api",
    "airdate": "2026-02-12T12:00:31-08:00",
    "show": 65913,
    "show_uri": "https://api.kexp.org/v2/shows/65913/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Now",
    "track_id": "f12636ef-3f28-46fd-b207-b1cbaf3c9e12",
    "recording_id": "c186eab5-ddc5-4542-b78a-65599c1d914b",
    "artist": "Fan Girl",
    "artist_ids": [
        "e77c7c86-9679-404f-84f6-f672cc352682"
    ],
    "album": "Easy Now",
    "release_id": "99502493-2242-4813-986b-100fc2700c1c",
    "release_group_id": "fd2ea4ee-6d6b-4141-aae4-388d5cda8aac",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The members of Australian indie band Fan Girl are living all over the world right now, so creating a tight sounding single was a bit of challenge. \n\nLyrically \"Easy Now\" is a plea to relax a bit, but for the music there are no boundaries as they bounce through electronic pop, a bit of dance, and shards of trip-hop and rock, with the vocals buried in the mix in a weird hybrid channeling the phrasing of Radiohead and Coldplay. It is a track from their new EP, 8HRS, due for release on April 24th, 2026.\n\nhttps://www.herecomestheflood.com/2026/02/fan-girl-easy-now.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}