Information about plays

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

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

{
    "id": 3609790,
    "uri": "https://api.kexp.org/v2/plays/3609790/?format=api",
    "airdate": "2026-01-27T12:37:54-08:00",
    "show": 65769,
    "show_uri": "https://api.kexp.org/v2/shows/65769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing Queen",
    "track_id": "9399896e-d10a-466c-a83d-2a6416fb789a",
    "recording_id": "a502f559-f70c-4e0d-a5e5-e0cc319d0bd7",
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "Gold: Greatest Hits",
    "release_id": "0eeb0486-050d-4c82-8fa8-9e13a3536215",
    "release_group_id": "b69d665a-3eee-39f3-b156-58b122232304",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Selena!\n--\nThis was written by ABBA members Bjorn Ulvaeus and Benny Andersson. According to ABBA's official site, it was conceived as a dance song with the working title \"Boogaloo.\" They drew inspiration from the 1974 George McCrae disco hit \"Rock Your Baby,\" and from the drumming on the 1972 album Gumbo by Dr. John. Their manager Stig Anderson came up with the title \"Dancing Queen,\" and after several months working on the track, ABBA came up with arguably the world's first Europop disco hit.\n--\nWatch ABBA perform \"Dancing Queen\" live during their tour of Europe and North America in 1979-1980: https://www.youtube.com/watch?v=k2bBTWvmN-8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}