Information about plays

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

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

{
    "id": 3588507,
    "uri": "https://api.kexp.org/v2/plays/3588507/?format=api",
    "airdate": "2025-12-08T13:30:27-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Girl From Ipanema",
    "track_id": null,
    "recording_id": null,
    "artist": "Astrud Gilberto,  João Gilberto, Antônio Carlos Jobim, Stan Getz",
    "artist_ids": [],
    "album": "Getz/Gilberto",
    "release_id": null,
    "release_group_id": "b248d212-aace-3c3e-a23d-e13aaac1f87a",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1964-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Summer 1962. Rio de Janeiro. At the Veloso Bar, a block from the beach at Ipanema, two friends—the composer Antonio Carlos Jobim and the poet Vinícius de Moraes—are drinking Brahma beer and musing about their latest song collaboration.\"\n\nhttps://performingsongwriter.com/girl-from-ipanema/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}