Information about plays

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

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

{
    "id": 3569765,
    "uri": "https://api.kexp.org/v2/plays/3569765/?format=api",
    "airdate": "2025-10-25T12:44:32-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Stone",
    "track_id": "82f44250-ca9f-41a2-9e81-dd46a308d8b6",
    "recording_id": "de339f10-ece9-4c09-a0d2-92862910475c",
    "artist": "The Goon Sax",
    "artist_ids": [
        "29fc673c-8c3e-4ff3-8b1f-f77c3bf46a18"
    ],
    "album": "Mirror II",
    "release_id": "a1520621-43cf-4b57-8b69-21c6655df29a",
    "release_group_id": "6fcb2a66-20a7-4e4c-bb36-b10dfa0c607e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2021-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goon Sax hailed from Brisbane Australia. After releasing\nMirror II, the band announced they were breaking up in July 2022 after nearly a decade together. The band stated that it felt like a \"happy ending\" https://matadorrecords.com/pages/artists/the-goon-sax",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}