Information about plays

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

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

{
    "id": 3586775,
    "uri": "https://api.kexp.org/v2/plays/3586775/?format=api",
    "airdate": "2025-12-04T15:33:48-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a2b6a76-19e1-4518-a07f-387615c6fc4b/26594062109-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a2b6a76-19e1-4518-a07f-387615c6fc4b/26594062109-250.jpg",
    "song": "Respect",
    "track_id": null,
    "recording_id": "b853aeea-a648-4787-b4f5-3f15abe22d92",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Live at Fillmore West",
    "release_id": null,
    "release_group_id": "6ae76995-b59f-3206-bfd9-83378eac5b4e",
    "labels": [
        "Rhino Handmade"
    ],
    "label_ids": [
        "bc61cc19-4318-48af-82d0-98607f7c9f66"
    ],
    "release_date": "1971-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Memphis Horns are playing here, too. That's King Curtis on saxophone and Billy Preston on organ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}