Information about plays

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

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

{
    "id": 3574970,
    "uri": "https://api.kexp.org/v2/plays/3574970/?format=api",
    "airdate": "2025-11-07T03:36:25-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?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": "tv off (instrumental)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kendrick Lamar feat. Lefty GunPlay",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "9f57f48c-706e-4dc3-9c67-a790e44ae930"
    ],
    "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": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}