Information about plays

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

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

{
    "id": 3656694,
    "uri": "https://api.kexp.org/v2/plays/3656694/?format=api",
    "airdate": "2026-05-19T04:58:00-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab97a501-5505-427a-b9cd-81e3e6c1085c/40476627968-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab97a501-5505-427a-b9cd-81e3e6c1085c/40476627968-250.jpg",
    "song": "luther",
    "track_id": null,
    "recording_id": "ac19684f-febb-47ae-8d5f-72a4c4c1aa3d",
    "artist": "Kendrick Lamar with SZA",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "272989c8-5535-492d-a25c-9f58803e027f"
    ],
    "album": "GNX",
    "release_id": null,
    "release_group_id": "32cb822c-a14e-49ce-a169-f209c5f31e0f",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<3 <3 <3 HAVE A GREAT DAY + CATCH YOU NEXT WEEK <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}