Information about plays

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

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

{
    "id": 3547174,
    "uri": "https://api.kexp.org/v2/plays/3547174/?format=api",
    "airdate": "2025-08-31T13:26:48-07:00",
    "show": 64437,
    "show_uri": "https://api.kexp.org/v2/shows/64437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Todopoderoso",
    "track_id": "624e39b4-b5ba-4925-8778-2bbe45344196",
    "recording_id": "818fb4b0-dc23-4a42-88a1-1528cf2cdcea",
    "artist": "Héctor Lavoe",
    "artist_ids": [
        "2cf18512-c129-482b-aff1-7430a1a7850b"
    ],
    "album": "Salsa Explosion! (The New York Salsa Revolution 1968-1985)",
    "release_id": "f494c857-d8cc-4d18-a6c1-e8833721aa69",
    "release_group_id": "7bcabb60-923f-4640-9df5-f188d4814614",
    "labels": [
        "Strut Records",
        "Fania"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9",
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "2010-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Salsa Selection for Self Care Sunday!\n\nFrom the 1975 album \"La Voz\".\n\nhttps://hectorlavoe.bandcamp.com/album/la-voz\nhttps://hectorlavoe.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}