Information about plays

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

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

{
    "id": 3572092,
    "uri": "https://api.kexp.org/v2/plays/3572092/?format=api",
    "airdate": "2025-10-31T05:06:25-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://coverartarchive.org/release/237d0f7d-4a0e-34a9-9096-e9426d4cf181/30205426843-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/237d0f7d-4a0e-34a9-9096-e9426d4cf181/30205426843-250.jpg",
    "song": "Godzilla",
    "track_id": null,
    "recording_id": "a93ef116-5cd3-49c2-99c7-5df66871648b",
    "artist": "Blue Öyster Cult",
    "artist_ids": [
        "c7423e0c-ab3e-4ab4-be10-cdff5a9d3062"
    ],
    "album": "Spectres",
    "release_id": null,
    "release_group_id": "bd42ec50-7770-3a13-8015-99d0379da3d2",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Godzilla is a prehistoric reptilian monster, awakened and empowered after many years by nuclear radiation. He's big and angry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}