Information about plays

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

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

{
    "id": 3521597,
    "uri": "https://api.kexp.org/v2/plays/3521597/?format=api",
    "airdate": "2025-07-02T09:47:46-07:00",
    "show": 63898,
    "show_uri": "https://api.kexp.org/v2/shows/63898/?format=api",
    "image_uri": "https://ia902801.us.archive.org/25/items/mbid-e69e2f55-a2c0-472e-b30b-f43b565b3fbe/mbid-e69e2f55-a2c0-472e-b30b-f43b565b3fbe-6739151461_thumb500.jpg",
    "thumbnail_uri": "https://ia902801.us.archive.org/25/items/mbid-e69e2f55-a2c0-472e-b30b-f43b565b3fbe/mbid-e69e2f55-a2c0-472e-b30b-f43b565b3fbe-6739151461_thumb250.jpg",
    "song": "Instant Crush",
    "track_id": "22399b0c-9c6b-4d6c-bb71-79b4e01b953b",
    "recording_id": "dbc0da50-4bc6-4230-9e7b-136b5dc2b31a",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Random Access Memories",
    "release_id": "e69e2f55-a2c0-472e-b30b-f43b565b3fbe",
    "release_group_id": "aa997ea0-2936-40bd-884d-3af8a0e064dc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daft Punk collaborated with Julian Casablancas from The Strokes on this one. Released in 2013, off Daft Punk's fourth and final studio album. This album, \"Random Access Memories\" also includes features from artists like Pharrell Williams, Nile Rodgers, Paul Williams, and Chilly Gonzales.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}