Information about plays

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

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

{
    "id": 3545440,
    "uri": "https://api.kexp.org/v2/plays/3545440/?format=api",
    "airdate": "2025-08-27T09:47:33-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia801807.us.archive.org/16/items/mbid-dc232465-24c0-4a67-b695-e1633a285ac6/mbid-dc232465-24c0-4a67-b695-e1633a285ac6-41382113887_thumb500.jpg",
    "thumbnail_uri": "https://ia601807.us.archive.org/16/items/mbid-dc232465-24c0-4a67-b695-e1633a285ac6/mbid-dc232465-24c0-4a67-b695-e1633a285ac6-41382113887_thumb250.jpg",
    "song": "Wandering Star",
    "track_id": "847e3b8b-6ae5-4307-90d0-6e2274ada5de",
    "recording_id": "b03c841a-ca69-4928-bf7a-c055369cf4e7",
    "artist": "TORRES",
    "artist_ids": [
        "9b422c81-017c-4f8f-a7a9-ba6229c29343"
    ],
    "album": "Wandering Star",
    "release_id": "dc232465-24c0-4a67-b695-e1633a285ac6",
    "release_group_id": "b5f378f3-d72c-453b-bba9-bd6d559a9273",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Troy, Bryce here, Joy of Troy IL partner. Could you play the Torres version of Wandering Star. Thanks and it was great to meet you at BBQ.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}