Information about plays

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

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

{
    "id": 3542131,
    "uri": "https://api.kexp.org/v2/plays/3542131/?format=api",
    "airdate": "2025-08-19T16:45:14-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-04f5b6d9-259b-49f9-84a3-8f448995edd1/mbid-04f5b6d9-259b-49f9-84a3-8f448995edd1-42622550083_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-04f5b6d9-259b-49f9-84a3-8f448995edd1/mbid-04f5b6d9-259b-49f9-84a3-8f448995edd1-42622550083_thumb250.jpg",
    "song": "Delusional",
    "track_id": "dbb02d91-c852-4729-998b-c577756ae6ec",
    "recording_id": "73c8b45b-df21-47c4-ad48-09a88d5693c6",
    "artist": "Biblioteka",
    "artist_ids": [
        "47b25147-ad45-4b4b-9dd0-a62a1576d468"
    ],
    "album": "Delusional",
    "release_id": "04f5b6d9-259b-49f9-84a3-8f448995edd1",
    "release_group_id": "92b03dac-abb2-4a12-b569-8991dc8a9a4b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-07-23",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New single from the Seattle trio - https://bibliotekaband.bandcamp.com/music\n__\nBiblioteka performed Live in the KEXP studio in 2023:  https://tinyurl.com/2wmw3ms8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}