Information about plays

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

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

{
    "id": 3636570,
    "uri": "https://api.kexp.org/v2/plays/3636570/?format=api",
    "airdate": "2026-04-01T19:45:36-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-2db511f8-dd05-3309-a5f7-10dcc34fbec7/mbid-2db511f8-dd05-3309-a5f7-10dcc34fbec7-3040306494_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-2db511f8-dd05-3309-a5f7-10dcc34fbec7/mbid-2db511f8-dd05-3309-a5f7-10dcc34fbec7-3040306494_thumb250.jpg",
    "song": "Cherry Blossom Girl",
    "track_id": "87f47ba9-41c1-3986-9b99-ad6a581a44fc",
    "recording_id": "833769db-6c5b-4a08-82ff-4fb0ab6ab1dc",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Talkie Walkie",
    "release_id": "2db511f8-dd05-3309-a5f7-10dcc34fbec7",
    "release_group_id": "c636f6e8-0fe6-3470-b5af-b31a0ebed0bb",
    "labels": [
        "Virgin",
        "Source",
        "Astralwerks"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "43367ec8-5213-4d87-b8b6-758412a81cc2",
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This depiction of shy love was released as the first single from Air's 2004 album \"Talkie Walkie.\" It achieved some chart success, reaching the Top 20 in Finland and the Top 100 in France, Germany and Italy. Air's Nicolas Godin said: \"We're not the kind of band to have very many hit songs, so when we do manage to create one, it's a big deal for us.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}