Information about plays

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

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

{
    "id": 3545473,
    "uri": "https://api.kexp.org/v2/plays/3545473/?format=api",
    "airdate": "2025-08-27T11:41:31-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0-38641058477_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0/mbid-68e82bd3-922c-461a-a567-e065ebddb2e0-38641058477_thumb250.jpg",
    "song": "Swimmers",
    "track_id": "1738589a-9ded-44e0-b1fd-c7a5e88af876",
    "recording_id": "b8d56bef-362c-429d-9425-1818174c2c39",
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Broken Social Scene",
    "release_id": "68e82bd3-922c-461a-a567-e065ebddb2e0",
    "release_group_id": "16b2e095-9c48-30a3-9c10-227e717c6456",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kristina in Renton: \n\n\"KEXP amplifier here! I’m Kristina from Renton and I amplify because I love the variety and depth of kexp, the studio sessions and it’s my main source of new music. I’d like to request Broken Social Scene's 'Swimmers'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}