Information about plays

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

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

{
    "id": 3556390,
    "uri": "https://api.kexp.org/v2/plays/3556390/?format=api",
    "airdate": "2025-09-22T16:43:27-07:00",
    "show": 64635,
    "show_uri": "https://api.kexp.org/v2/shows/64635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More",
    "track_id": null,
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound on Earth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new single from Roberto Carlos Lange off a brand new upcoming EP. \n\nInitially inspired by the question – what will the last sound I hear before I die will be? \nhttps://heladonegro.bandcamp.com/album/the-last-sound-on-earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}