Information about plays

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

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

{
    "id": 3546980,
    "uri": "https://api.kexp.org/v2/plays/3546980/?format=api",
    "airdate": "2025-08-31T01:38:58-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Benighted Path to Darkness Mysterium",
    "track_id": null,
    "recording_id": null,
    "artist": "Silent Millenia",
    "artist_ids": [
        "91209a44-6cf4-4ed7-887a-8f903a75aecd"
    ],
    "album": "Celestial Twilight (Beyond the Scarlet Veil)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand-new second full length from this Finnish solo project.\n\nhttps://silentmillenia.bandcamp.com/album/celestial-twilight-beyond-the-scarlet-veil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}