Information about plays

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

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

{
    "id": 3544047,
    "uri": "https://api.kexp.org/v2/plays/3544047/?format=api",
    "airdate": "2025-08-24T03:21:50-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia803403.us.archive.org/34/items/mbid-81adb7c3-42de-4469-bd2a-3a478434ed9e/mbid-81adb7c3-42de-4469-bd2a-3a478434ed9e-8015677069_thumb500.jpg",
    "thumbnail_uri": "https://ia903403.us.archive.org/34/items/mbid-81adb7c3-42de-4469-bd2a-3a478434ed9e/mbid-81adb7c3-42de-4469-bd2a-3a478434ed9e-8015677069_thumb250.jpg",
    "song": "Inside Out",
    "track_id": "b5a15665-50de-4825-b01c-d701a7c2b22f",
    "recording_id": "cdf339d5-dbb4-483c-8991-f05fdd226095",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "They Want My Soul",
    "release_id": "81adb7c3-42de-4469-bd2a-3a478434ed9e",
    "release_group_id": "d7399b17-2f4a-4a2a-84cc-24c592e22928",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2014-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon played nine songs Live on KEXP during their 2014 session, including a few selections from that year's release, They Want My Soul. https://www.youtube.com/watch?v=9QrzuAlqXt4&t=311s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}