Information about plays

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

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

{
    "id": 3548385,
    "uri": "https://api.kexp.org/v2/plays/3548385/?format=api",
    "airdate": "2025-09-03T10:53:02-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://ia600909.us.archive.org/32/items/mbid-8b3b74ac-18ee-47f9-8bc9-20eda2e995b8/mbid-8b3b74ac-18ee-47f9-8bc9-20eda2e995b8-42938486713_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-8b3b74ac-18ee-47f9-8bc9-20eda2e995b8/mbid-8b3b74ac-18ee-47f9-8bc9-20eda2e995b8-42938486713_thumb250.jpg",
    "song": "Ocean",
    "track_id": "a2da8b4e-838c-45e2-a1d5-5aa85c60e054",
    "recording_id": "89e7a495-ffd1-4b13-96b2-06ecbc691757",
    "artist": "Tomo Nakayama",
    "artist_ids": [
        "2cef242c-86e3-4631-9669-7d96aca66b09"
    ],
    "album": "Ocean",
    "release_id": "8b3b74ac-18ee-47f9-8bc9-20eda2e995b8",
    "release_group_id": "318df57c-6f57-4b5f-b6f4-2ff2e676ca98",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-09-03",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}