Information about plays

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

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

{
    "id": 3547419,
    "uri": "https://api.kexp.org/v2/plays/3547419/?format=api",
    "airdate": "2025-09-01T04:01:38-07:00",
    "show": 64443,
    "show_uri": "https://api.kexp.org/v2/shows/64443/?format=api",
    "image_uri": "https://coverartarchive.org/release/f85ba333-d798-4b01-bd0a-188cc4ca6301/40687930774-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f85ba333-d798-4b01-bd0a-188cc4ca6301/40687930774-250.jpg",
    "song": "Best Bits",
    "track_id": null,
    "recording_id": "07e69b9c-8503-47cc-96bb-5294e5cedd06",
    "artist": "King Stingray",
    "artist_ids": [
        "14298eeb-ddb7-4303-9274-92497bc9691a"
    ],
    "album": "For the Dreams",
    "release_id": null,
    "release_group_id": "126e04e7-637f-4a16-bef2-a7bfc91f63a2",
    "labels": [
        "Cooking Vinyl Australia"
    ],
    "label_ids": [
        "3524ef94-95c6-4925-b94e-34f57566a78f"
    ],
    "release_date": "2024-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yolŋu\n--\nKing Stingray, a four piece band from Yirrkala North-East Arnhem Land, plays their own genre described as “Yolŋu surf-rock”, performing songs both in English and in Yolŋu Matha.\nhttps://kingstingray.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}