Information about plays

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

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

{
    "id": 3550465,
    "uri": "https://api.kexp.org/v2/plays/3550465/?format=api",
    "airdate": "2025-09-08T13:58:19-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia601709.us.archive.org/9/items/mbid-70cbc020-456e-41c9-815b-f4c83c011470/mbid-70cbc020-456e-41c9-815b-f4c83c011470-27749680842_thumb500.jpg",
    "thumbnail_uri": "https://ia801709.us.archive.org/9/items/mbid-70cbc020-456e-41c9-815b-f4c83c011470/mbid-70cbc020-456e-41c9-815b-f4c83c011470-27749680842_thumb250.jpg",
    "song": "Soy yo",
    "track_id": "a85677ad-b8a5-4856-a94e-dc9b0ac361c9",
    "recording_id": "eb8f900d-c192-44e8-b9a2-f44dfdb617dd",
    "artist": "Bomba Estéreo",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c"
    ],
    "album": "Amanecer",
    "release_id": "70cbc020-456e-41c9-815b-f4c83c011470",
    "release_group_id": "c7aaf94f-8b53-4443-be0b-948b78bc519a",
    "labels": [
        "Sony Music | Latin"
    ],
    "label_ids": [
        "99962abe-c219-4031-9c6c-c61fc3885944"
    ],
    "release_date": "2015-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This high-energy band from Colombia will play the Greek Theater in Berkeley Sept 12",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}