Information about plays

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

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

{
    "id": 3562466,
    "uri": "https://api.kexp.org/v2/plays/3562466/?format=api",
    "airdate": "2025-10-07T22:03:01-07:00",
    "show": 64775,
    "show_uri": "https://api.kexp.org/v2/shows/64775/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-08800c8e-5e07-460d-993b-9e59df8aa524/mbid-08800c8e-5e07-460d-993b-9e59df8aa524-27837818785_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-08800c8e-5e07-460d-993b-9e59df8aa524/mbid-08800c8e-5e07-460d-993b-9e59df8aa524-27837818785_thumb250.jpg",
    "song": "telepatía",
    "track_id": "358c3ec1-783b-47c9-ab19-14650ac886a4",
    "recording_id": "2fc3283f-dc40-4c7b-af4b-e60d27d66750",
    "artist": "Kali Uchis",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Sin Miedo (del Amor y Otros Demonios)",
    "release_id": "a2141885-3e91-4f89-a824-eb23e3cdd48d",
    "release_group_id": "65435725-fb6c-4a72-a239-3971e2254956",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2020-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to my best friend in the whole world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}