Information about plays

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

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

{
    "id": 3546752,
    "uri": "https://api.kexp.org/v2/plays/3546752/?format=api",
    "airdate": "2025-08-30T15:28:08-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia601502.us.archive.org/24/items/mbid-1e0b4166-26b2-4820-b87e-71427d32d1e5/mbid-1e0b4166-26b2-4820-b87e-71427d32d1e5-33292070633_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-1e0b4166-26b2-4820-b87e-71427d32d1e5/mbid-1e0b4166-26b2-4820-b87e-71427d32d1e5-33292070633_thumb250.jpg",
    "song": "Echo Party",
    "track_id": "371b15c5-e26c-427a-b395-674b2db9169a",
    "recording_id": "6fb65dc9-ed78-4aa4-ab9f-b079f845d322",
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "No Rules Sandy",
    "release_id": "1e0b4166-26b2-4820-b87e-71427d32d1e5",
    "release_group_id": "63e2635e-4b4a-46dc-ba4a-c3b0e8a95e5f",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2022-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}