Information about plays

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

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

{
    "id": 3521793,
    "uri": "https://api.kexp.org/v2/plays/3521793/?format=api",
    "airdate": "2025-07-02T19:02:39-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc3942f2-61c9-41b3-b106-81043baef8e1/34569491262-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc3942f2-61c9-41b3-b106-81043baef8e1/34569491262-250.jpg",
    "song": "Space Is the Place",
    "track_id": null,
    "recording_id": "b5dd4648-983e-4ffb-9944-febd34856584",
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "The Other Side of the Sun",
    "release_id": null,
    "release_group_id": "dfcd4770-3611-36e2-9fa2-eaac7528c333",
    "labels": [
        "Sweet Earth Records"
    ],
    "label_ids": [
        "0e815790-362a-4026-8cfb-cdff4ee573b8"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Space Is The Place is an Afro-futurist science-fiction film released in 1974 and co-written by Sun Ra and Joshua Smith. The accompanying soundtrack was fully created by Sun Ra and his Arkestra.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}