Information about plays

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

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

{
    "id": 3552948,
    "uri": "https://api.kexp.org/v2/plays/3552948/?format=api",
    "airdate": "2025-09-14T12:12:46-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tú con él",
    "track_id": "ab5245ae-6a70-3d38-ae24-5eebf3645e7a",
    "recording_id": "3b214d56-6845-4d0c-a60b-f676891927ed",
    "artist": "Frankie Ruiz",
    "artist_ids": [
        "98017692-63e0-485d-93c4-0306e53b3527"
    ],
    "album": "Nacimiento y recuerdos",
    "release_id": "edade9ce-9e43-468a-973f-e10f9dd78117",
    "release_group_id": "07b4da66-887b-3a3a-a76c-0b029b1296b0",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Ruiz was a Puerto Rican salsa singer, popularizing the salsa romantica subgenre in the 80s and 90s. He passed in 1998 at the age of 40.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}