Information about plays

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

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

{
    "id": 3545478,
    "uri": "https://api.kexp.org/v2/plays/3545478/?format=api",
    "airdate": "2025-08-27T11:55:21-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-f8def8f2-dd7d-4f49-9827-be374210cdcf/mbid-f8def8f2-dd7d-4f49-9827-be374210cdcf-18814831258_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-f8def8f2-dd7d-4f49-9827-be374210cdcf/mbid-f8def8f2-dd7d-4f49-9827-be374210cdcf-18814831258_thumb250.jpg",
    "song": "Shake the Sheets",
    "track_id": "ead804ea-a315-3462-93c0-5ad125199d5c",
    "recording_id": "0629dc1b-63de-4766-b18d-90a642cff318",
    "artist": "Ted Leo and the Pharmacists",
    "artist_ids": [
        "31095622-5a1e-4f22-8ad1-b08eb6255f37"
    ],
    "album": "Shake the Sheets",
    "release_id": "f8def8f2-dd7d-4f49-9827-be374210cdcf",
    "release_group_id": "a4d3a0b2-60da-36b9-bfa5-47ecc02b8e96",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "2004-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Sophia in New York!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}