Information about plays

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

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

{
    "id": 3640193,
    "uri": "https://api.kexp.org/v2/plays/3640193/?format=api",
    "airdate": "2026-04-10T06:35:50-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn711105.ca.archive.org/0/items/mbid-c4c8ffa2-554f-400b-90e7-8bca9b47921a/mbid-c4c8ffa2-554f-400b-90e7-8bca9b47921a-8768631505_thumb500.jpg",
    "thumbnail_uri": "https://dn711105.ca.archive.org/0/items/mbid-c4c8ffa2-554f-400b-90e7-8bca9b47921a/mbid-c4c8ffa2-554f-400b-90e7-8bca9b47921a-8768631505_thumb250.jpg",
    "song": "Another Toe in the Ocean",
    "track_id": "61849e88-8d69-4aaa-8d95-dbe192cc134a",
    "recording_id": "0f28b595-8e41-4e02-95f6-26d9cb638320",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Indie Cindy",
    "release_id": "c4c8ffa2-554f-400b-90e7-8bca9b47921a",
    "release_group_id": "1eaaba95-ba84-48f3-bfa8-e7f404f91d55",
    "labels": [
        "Pixies Music"
    ],
    "label_ids": [
        "9a111c9f-6e64-4a19-8351-546e201d87b8"
    ],
    "release_date": "2014-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep cut from the Bam Thwok era.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}