Information about plays

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

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

{
    "id": 3521596,
    "uri": "https://api.kexp.org/v2/plays/3521596/?format=api",
    "airdate": "2025-07-02T09:46:31-07:00",
    "show": 63898,
    "show_uri": "https://api.kexp.org/v2/shows/63898/?format=api",
    "image_uri": "https://ia904505.us.archive.org/7/items/mbid-b16e94f3-ad3b-4e3b-9fad-0ef3d2a0958e/mbid-b16e94f3-ad3b-4e3b-9fad-0ef3d2a0958e-7896094713_thumb500.jpg",
    "thumbnail_uri": "https://ia804505.us.archive.org/7/items/mbid-b16e94f3-ad3b-4e3b-9fad-0ef3d2a0958e/mbid-b16e94f3-ad3b-4e3b-9fad-0ef3d2a0958e-7896094713_thumb250.jpg",
    "song": "The Grid",
    "track_id": "0d92cff8-7d2f-427d-aa92-cc03f1811230",
    "recording_id": "15d45d57-f939-4279-8305-2e660d2f7f0c",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "TRON: Legacy",
    "release_id": "b16e94f3-ad3b-4e3b-9fad-0ef3d2a0958e",
    "release_group_id": "b585e56e-69cb-4f53-9597-320af5e5f541",
    "labels": [
        "Walt Disney Records"
    ],
    "label_ids": [
        "1c50034a-5c92-41a4-95ad-0acb7ea4686f"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Back to Daft Punk's score to the 2010 film \"Tron: Legacy\" - that's Jeff Bridges, who played Kevin Flynn and Clu (Codified Likeness Utility) in both Tron films!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}