Information about plays

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

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

{
    "id": 3615777,
    "uri": "https://api.kexp.org/v2/plays/3615777/?format=api",
    "airdate": "2026-02-10T14:02:28-08:00",
    "show": 65897,
    "show_uri": "https://api.kexp.org/v2/shows/65897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Me Back My Man",
    "track_id": "980ee97d-7e88-4c42-8a4e-bda2a8741e2e",
    "recording_id": "6b2c34cc-546e-4c23-a06e-7aae3bcea81f",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Wild Planet",
    "release_id": "2d8863d7-d90d-43b8-866d-6057871218dc",
    "release_group_id": "7c9f7229-7f75-371d-8165-e1d57a81155c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Give me Back my Man\" is the fourth track on the B-52s' second album, Wild Planet. \n\nThis is one of the few B-52s songs with only one lead singer: Cindy Wilson. (Usually at least two of their three lead vocalists - Wilson, Fred Schneider and Kate Pierson - would share the vocals). Writing the song was a group effort, with everyone in the band contributing along with their friend, Robert Waldrop.\n\nhttps://www.songfacts.com/facts/the-b-52s/give-me-back-my-man",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}