Information about plays

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

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

{
    "id": 3580326,
    "uri": "https://api.kexp.org/v2/plays/3580326/?format=api",
    "airdate": "2025-11-19T18:09:58-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nunca Fue",
    "track_id": "fde714c1-6d90-48c4-b870-a5b27a0fd4d7",
    "recording_id": "18d3f007-d6eb-40d3-b635-ef9f40574212",
    "artist": "Bloqueador Solar",
    "artist_ids": [
        "3434d131-1032-4ffb-8a57-af6d2d48fac1"
    ],
    "album": "After life",
    "release_id": "6095ec4d-15b6-4923-8787-a4a9341ae766",
    "release_group_id": "ae1c361e-1a54-4b8f-a3d3-1fd88f181056",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bloqueador Solar is the solo project of Seattle based Otomi musician, Ulises Mariscal who is also a member fo the band Tres Leches.\n\nTickets for tomorrow's show feat Bloqueador Solar, Collar De Lunas, San Igna, and DJ Toña at the Tractor Tavern in Seattle are still available for purchase:\nhttps://tractortavern.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}