Information about plays

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

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

{
    "id": 3544994,
    "uri": "https://api.kexp.org/v2/plays/3544994/?format=api",
    "airdate": "2025-08-26T08:42:21-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia801903.us.archive.org/11/items/mbid-24023422-67a1-3738-a75a-dc34f66b88d4/mbid-24023422-67a1-3738-a75a-dc34f66b88d4-15458593581_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/11/items/mbid-24023422-67a1-3738-a75a-dc34f66b88d4/mbid-24023422-67a1-3738-a75a-dc34f66b88d4-15458593581_thumb250.jpg",
    "song": "Vicious",
    "track_id": "e2744b6e-7b2e-362d-814f-3b557c05b9fe",
    "recording_id": "5e1c83f3-27fd-4fac-ae9b-b58b89cdfd69",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "24023422-67a1-3738-a75a-dc34f66b88d4",
    "release_group_id": "6c8345df-f822-33af-b64a-eff2e46941b9",
    "labels": [
        "BMG JAPAN"
    ],
    "label_ids": [
        "3dd26d3b-7b24-4b84-a957-b43cffb0f1b6"
    ],
    "release_date": "2006-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by David Bowie & Mick Ronson of Spiders from Mars fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}