Information about plays

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

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

{
    "id": 3566410,
    "uri": "https://api.kexp.org/v2/plays/3566410/?format=api",
    "airdate": "2025-10-17T15:47:56-07:00",
    "show": 64858,
    "show_uri": "https://api.kexp.org/v2/shows/64858/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3-40468425664_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3/mbid-87ed2462-3ba6-499d-ad00-0994f78e66a3-40468425664_thumb250.jpg",
    "song": "Y.A.A.M. (Soulwax Version)",
    "track_id": "b9d797bc-cd1a-4e7e-93d0-d886284b909a",
    "recording_id": "6fa5dbbe-5ae5-4791-847d-0751c208e0e9",
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "City of Clowns",
    "release_id": "87ed2462-3ba6-499d-ad00-0994f78e66a3",
    "release_group_id": "8b470b51-eeaf-4ff6-b96a-e1f5a1f97385",
    "labels": [
        "Deewee"
    ],
    "label_ids": [
        "6c61c176-770f-44aa-a977-bade7dff5c76"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}