Information about plays

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

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

{
    "id": 3543172,
    "uri": "https://api.kexp.org/v2/plays/3543172/?format=api",
    "airdate": "2025-08-22T05:01:22-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia801204.us.archive.org/12/items/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc-11530895844_thumb500.jpg",
    "thumbnail_uri": "https://ia801204.us.archive.org/12/items/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc-11530895844_thumb250.jpg",
    "song": "Uncertain Smile",
    "track_id": "39ce8e15-e0fc-46e4-aadd-6899a0d55e8d",
    "recording_id": "bb1e7059-38af-4a3e-9b25-13ac8774ef4b",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Soul Mining",
    "release_id": "9ffa19cf-5f57-48f6-a346-8a6ad67b434f",
    "release_group_id": "923e256a-7bf0-31e0-bddc-ec76db526c32",
    "labels": [
        "Lazarus",
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "a43c7383-5b02-4e9a-a140-7a0046fae21a",
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2002-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Uncertain Smile” is a song by the English band The The, originally released as a single in October 1982, before being re-recorded for their debut album Soul Mining (1983). The album version is especially notable for its extended piano outro performed by Jools Holland.\n\nThe The performed at KEXP last November. Check out their performance here: https://www.youtube.com/watch?v=9ndc3GW6SIM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}