Information about plays

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

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

{
    "id": 3586999,
    "uri": "https://api.kexp.org/v2/plays/3586999/?format=api",
    "airdate": "2025-12-05T04:39:00-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There’s a Moon in the Sky (Called the Moon)",
    "track_id": "40128a1e-4daa-48c0-b8df-f09636ddfc43",
    "recording_id": "78b60833-9a07-482c-a6fd-cebc93e0d57a",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "The B‐52’s",
    "release_id": "a6fcd8fa-d51f-42cf-a6a8-eb4b8addf0a5",
    "release_group_id": "68699ffe-f5fd-337a-8bb9-8a196157afa8",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Mike!\n\n✌️ to the Supermoon, last full moon of 2025 🌕",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}