Information about plays

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

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

{
    "id": 3570276,
    "uri": "https://api.kexp.org/v2/plays/3570276/?format=api",
    "airdate": "2025-10-26T15:14:09-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?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": "Happy birthday to Keith Strickland of the B-52's, born on this day in 1953!\n\n\"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\nhttps://www.theb52s.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}