Information about plays

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

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

{
    "id": 3523716,
    "uri": "https://api.kexp.org/v2/plays/3523716/?format=api",
    "airdate": "2025-07-07T01:50:00-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silhouete",
    "track_id": null,
    "recording_id": null,
    "artist": "Morgan Guerin",
    "artist_ids": [
        "3fc304f6-c46a-47d8-aa1b-a09ec1e48072"
    ],
    "album": "Tales of The Facade",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Candid Records, LLC"
    ],
    "label_ids": [
        "a8e1cf62-6e51-4977-9886-d78ff90465f1"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC based Multi Instrumentalist killer 2024 album Tales of the Facade is an overlooked gem of multi genre bending dizziness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}