Information about plays

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

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

{
    "id": 3545682,
    "uri": "https://api.kexp.org/v2/plays/3545682/?format=api",
    "airdate": "2025-08-28T00:43:05-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia803208.us.archive.org/4/items/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b-42793539960_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b/mbid-655060f6-7be1-44e0-963b-14749d6c4d7b-42793539960_thumb250.jpg",
    "song": "Summer’s End",
    "track_id": "fb56c6a1-4f29-4621-98e9-5a9676e0309e",
    "recording_id": "0cb8b5ae-0050-4ecb-9822-30f37f4ac8ee",
    "artist": "Jefre Cantu‐Ledesma",
    "artist_ids": [
        "9b69c184-919f-4db2-a2a4-995024f69334"
    ],
    "album": "Sitting on the Moon",
    "release_id": "655060f6-7be1-44e0-963b-14749d6c4d7b",
    "release_group_id": "ac24553d-16fc-434f-99be-f503e52ff520",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mexicansummer.bandcamp.com/album/sitting-on-the-moon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}