Information about plays

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

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

{
    "id": 3545539,
    "uri": "https://api.kexp.org/v2/plays/3545539/?format=api",
    "airdate": "2025-08-27T16:00:16-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia601307.us.archive.org/29/items/mbid-abb5697e-f2c7-4805-afa8-8f1ddf3cc648/mbid-abb5697e-f2c7-4805-afa8-8f1ddf3cc648-26379988402_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/29/items/mbid-abb5697e-f2c7-4805-afa8-8f1ddf3cc648/mbid-abb5697e-f2c7-4805-afa8-8f1ddf3cc648-26379988402_thumb250.jpg",
    "song": "Satellites",
    "track_id": "38f312a0-3d33-4e17-ae92-9157c8ff963c",
    "recording_id": "d6c6a483-c5f6-490d-9f57-2f89b2911bc2",
    "artist": "Mew",
    "artist_ids": [
        "fa927f59-d443-418a-b741-e557208aaf09"
    ],
    "album": "+ −",
    "release_id": "fd529406-2424-4a4c-914d-93c40d0a4d5c",
    "release_group_id": "c852972c-b6a2-4df2-b319-836ec2dc3cd7",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2015-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Amplifier Love Day!\nWe'll spend all day playing song requests and sharing stories on air about what being an Amplifier means to you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}