Information about plays

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

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

{
    "id": 3519675,
    "uri": "https://api.kexp.org/v2/plays/3519675/?format=api",
    "airdate": "2025-06-27T21:42:40-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/907b96c2-31b7-4727-9465-5aaa66ddba54/32216150216-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/907b96c2-31b7-4727-9465-5aaa66ddba54/32216150216-250.jpg",
    "song": "Saudades de Luanda",
    "track_id": null,
    "recording_id": "2948f4b9-e592-4a37-ad3c-6674a02ce19d",
    "artist": "Os Kiezos",
    "artist_ids": [
        "fef1200d-2453-4558-b3e3-90abf219d80d"
    ],
    "album": "Soul of Angola - Anthologie de la Musique Angolaise 1965/1975",
    "release_id": null,
    "release_group_id": "30810317-755b-3fb3-93e1-8a0f3aa065dc",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Os Kiezos is the name of a musical ensemble that emerged in 1963 in Marçal, a neighbourhood of Luanda. Known particularly within the genre of semba and Latin music like merengue, rumba and bolero. Os Kiezos are considered to be one of the most influential musical groups from Angola.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}