Information about plays

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

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

{
    "id": 3547014,
    "uri": "https://api.kexp.org/v2/plays/3547014/?format=api",
    "airdate": "2025-08-31T03:17:02-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7c6b69d-1a8f-4101-9ebd-e0416aa6a863/42013902918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7c6b69d-1a8f-4101-9ebd-e0416aa6a863/42013902918-250.jpg",
    "song": "Mermaid",
    "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"
}