Information about plays

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

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

{
    "id": 3547753,
    "uri": "https://api.kexp.org/v2/plays/3547753/?format=api",
    "airdate": "2025-09-01T23:36:36-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/b57bb4df-66a7-46f1-b894-852e784b06a5/39856020114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b57bb4df-66a7-46f1-b894-852e784b06a5/39856020114-250.jpg",
    "song": "Shallow",
    "track_id": null,
    "recording_id": null,
    "artist": "Pearly Drops",
    "artist_ids": [
        "40acbc57-d70a-470c-8362-d045a36d208d"
    ],
    "album": "The Voices Are Coming Back",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cascine"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The voice you're hearing? It's Helsinki's Pearly Drops - https://pearlydrops.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}