Information about plays

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

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

{
    "id": 3554293,
    "uri": "https://api.kexp.org/v2/plays/3554293/?format=api",
    "airdate": "2025-09-17T18:56:27-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia601507.us.archive.org/31/items/mbid-a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5/mbid-a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5-22471275019_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/31/items/mbid-a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5/mbid-a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5-22471275019_thumb250.jpg",
    "song": "52 Girls",
    "track_id": "647e3949-50da-4512-8edf-775c7cece06d",
    "recording_id": "c11674e4-dae8-45aa-9044-acca129c1a56",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "The B‐52’s",
    "release_id": "a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5",
    "release_group_id": "68699ffe-f5fd-337a-8bb9-8a196157afa8",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"52 Girls\" is the second track on the band's self-titled debut album. The band's vocalist Fred Schneider was also credited for \"walkie-talkie\" on the album.\n\nRemember when the B-52’s Played the Woodland Park Zoo with The English Beat? Yeah, that was cool.\n\nhttps://www.kexp.org/read/2016/7/27/live-review-the-b-52s-with-the-english-beat-at-the-woodland-park-zoo-724/ \n\nhttps://www.theb52s.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}