Information about plays

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

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

{
    "id": 3586744,
    "uri": "https://api.kexp.org/v2/plays/3586744/?format=api",
    "airdate": "2025-12-04T13:28:54-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Land of a Thousand Dances",
    "track_id": null,
    "recording_id": "91331364-b509-43dc-92b7-520fd21b8458",
    "artist": "Ike & Tina Turner",
    "artist_ids": [
        "1c7b3786-b99a-40ab-81e4-f3056da19e13"
    ],
    "album": "Get Yer Ya‐Ya’s Out! The Rolling Stones in Concert",
    "release_id": null,
    "release_group_id": "5ce0ab7c-81e0-31b4-a05e-b8e006b80c3c",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "1970-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Put your hand on your hips, yeah\nLet your backbone slip...\"\n\nOh, watch this live performance in 1970: https://www.youtube.com/watch?v=xmKzE6ejsY4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}