Information about plays

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

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

{
    "id": 3562400,
    "uri": "https://api.kexp.org/v2/plays/3562400/?format=api",
    "airdate": "2025-10-07T17:05:24-07:00",
    "show": 64773,
    "show_uri": "https://api.kexp.org/v2/shows/64773/?format=api",
    "image_uri": "https://ia803406.us.archive.org/0/items/mbid-cd5e1d49-4646-42b8-ad5e-5678c12d3ea9/mbid-cd5e1d49-4646-42b8-ad5e-5678c12d3ea9-28366805919_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-cd5e1d49-4646-42b8-ad5e-5678c12d3ea9/mbid-cd5e1d49-4646-42b8-ad5e-5678c12d3ea9-28366805919_thumb250.jpg",
    "song": "Nugget",
    "track_id": "5dd8d1ab-cc07-47c8-8222-b809ca43db66",
    "recording_id": "90236c0e-25f0-48de-a47b-99615e5cf536",
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Fashion Nugget",
    "release_id": "cd5e1d49-4646-42b8-ad5e-5678c12d3ea9",
    "release_group_id": "3bd5a388-774f-3b47-b3f8-5b3463cbcb13",
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#396\n___\nSpecial Drive Time edit of Nugget!\nRead about Cake and Fashion Nugget here: https://pitchfork.com/reviews/albums/cake-fashion-nugget/ https://www.cakemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}