Information about plays

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

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

{
    "id": 3552973,
    "uri": "https://api.kexp.org/v2/plays/3552973/?format=api",
    "airdate": "2025-09-14T13:56:38-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "https://ia801604.us.archive.org/6/items/mbid-f61098c5-7cee-4d38-8c8c-7e8fda5d558d/mbid-f61098c5-7cee-4d38-8c8c-7e8fda5d558d-15124442041_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/6/items/mbid-f61098c5-7cee-4d38-8c8c-7e8fda5d558d/mbid-f61098c5-7cee-4d38-8c8c-7e8fda5d558d-15124442041_thumb250.jpg",
    "song": "Oye mi amor",
    "track_id": "1e547fbb-60d8-3acf-8dff-d74aab219bf5",
    "recording_id": "82cb6434-caf6-481d-9e49-2c8798b884c4",
    "artist": "Maná",
    "artist_ids": [
        "55441123-89a2-49ab-ae3f-df7a3e86835a"
    ],
    "album": "¿Dónde jugarán los niños?",
    "release_id": "f61098c5-7cee-4d38-8c8c-7e8fda5d558d",
    "release_group_id": "91115d43-88ca-385b-8e69-1ea89c7874f0",
    "labels": [
        "WEA Latina"
    ],
    "label_ids": [
        "8cdbde7a-f5a1-4a17-89ac-b83127eb8fac"
    ],
    "release_date": "1994-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maná will be at the SAP Center in San Jose on December 5th and 6th.\n\nhttps://www.mana.com.mx/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}