Information about plays

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

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

{
    "id": 3610239,
    "uri": "https://api.kexp.org/v2/plays/3610239/?format=api",
    "airdate": "2026-01-28T14:58:26-08:00",
    "show": 65778,
    "show_uri": "https://api.kexp.org/v2/shows/65778/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d272bd0-b1e4-4ab9-9156-68412a10f75a/34272003508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d272bd0-b1e4-4ab9-9156-68412a10f75a/34272003508-250.jpg",
    "song": "National Anthem",
    "track_id": null,
    "recording_id": "b144eb0d-b4ab-4a5f-b840-ba0421dcace3",
    "artist": "Sir Mix‐A‐Lot",
    "artist_ids": [
        "05539fb8-b7a5-4012-97a9-5e27ddc031fb"
    ],
    "album": "Seminar",
    "release_id": null,
    "release_group_id": "57362276-9985-383c-82e5-23d6402b5b45",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1989-10-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm ashamed of my national anthem...\" Released in 1989. it focused on the Iran Contra scandal. \nIn a 2003 AV Club interview, Sir Mix-A-Lot explained that the song was designed to remind U.S. citizens that before we brag about our superiority, “let's get our own house in order.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}