Information about plays

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

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

{
    "id": 3557806,
    "uri": "https://api.kexp.org/v2/plays/3557806/?format=api",
    "airdate": "2025-09-26T03:32:53-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://ia802802.us.archive.org/4/items/mbid-607896cc-c816-4f05-8e18-3fe40c94a732/mbid-607896cc-c816-4f05-8e18-3fe40c94a732-23669263514_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/4/items/mbid-607896cc-c816-4f05-8e18-3fe40c94a732/mbid-607896cc-c816-4f05-8e18-3fe40c94a732-23669263514_thumb250.jpg",
    "song": "Clap Hands",
    "track_id": "6f9a6b2e-5539-3e90-ab66-cf8283512cea",
    "recording_id": "657fe7b4-00ab-484b-ac4a-7c7406b1c29f",
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Rain Dogs",
    "release_id": "607896cc-c816-4f05-8e18-3fe40c94a732",
    "release_group_id": "fb25a883-2270-3ec4-8c62-85c7ed857e6f",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}