Information about plays

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

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

{
    "id": 3583176,
    "uri": "https://api.kexp.org/v2/plays/3583176/?format=api",
    "airdate": "2025-11-26T09:34:56-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let’s Make Love and Listen to Death From Above",
    "track_id": "8fc7b455-5bb8-36cf-a904-494fbec1fdfc",
    "recording_id": "a020c468-e6fc-43bb-b30f-00264f73c015",
    "artist": "CSS",
    "artist_ids": [
        "23b58ea2-1cc3-468a-9e76-5027e196e851"
    ],
    "album": "Cansei de Ser Sexy",
    "release_id": "aed5d621-6890-4a6b-8796-41bb6211fd8c",
    "release_group_id": "ec8bc4c9-a719-3bf4-bfe6-857d286012e7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2006-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 2003 in São Paulo by a group of friends with an unquenchable thirst for good times and indulgence in all things pop and art, CSS rose to notoriety with the help of a thriving creative community, underground club scene and a little thing called the internet. CSS stands for \"Cansei de Ser Sexy\", or \"tired of being sexy\" in Portuguese.\n\nhttps://www.subpop.com/artists/css",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}