Information about plays

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

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

{
    "id": 3544561,
    "uri": "https://api.kexp.org/v2/plays/3544561/?format=api",
    "airdate": "2025-08-25T08:17:49-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-c272b319-a2c6-4b1c-b6f1-1ed67618439f/mbid-c272b319-a2c6-4b1c-b6f1-1ed67618439f-42549074368_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-c272b319-a2c6-4b1c-b6f1-1ed67618439f/mbid-c272b319-a2c6-4b1c-b6f1-1ed67618439f-42549074368_thumb250.jpg",
    "song": "one thing",
    "track_id": "c44b5fa3-3b22-48c2-a6e6-3f50c4c54645",
    "recording_id": "2392d12f-938d-4092-bea9-6a0904a2e446",
    "artist": "strongboi",
    "artist_ids": [
        "fbf6f72f-c8dd-465d-b13e-593bfd9a92c7"
    ],
    "album": "one thing",
    "release_id": "c272b319-a2c6-4b1c-b6f1-1ed67618439f",
    "release_group_id": "4ff1be82-80a9-49a8-9c90-0a4e8445e86d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "strongboi was LIVE on KEXP on Aug. 14th at 11am.  It was SO FUN!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}