Information about plays

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

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

{
    "id": 3554322,
    "uri": "https://api.kexp.org/v2/plays/3554322/?format=api",
    "airdate": "2025-09-17T20:46:27-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "https://coverartarchive.org/release/675efeda-62df-4f38-abff-fc2e5233b21f/41442797119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/675efeda-62df-4f38-abff-fc2e5233b21f/41442797119-250.jpg",
    "song": "Spark",
    "track_id": null,
    "recording_id": "68c379e7-6bf9-4953-a223-87e9505339da",
    "artist": "Orions Belte",
    "artist_ids": [
        "61199372-d2ff-4111-aa75-8b30a25d67e7"
    ],
    "album": "Pur Jus",
    "release_id": null,
    "release_group_id": "78ba6a0a-a3f6-4d64-9d85-12eca819bc51",
    "labels": [
        "Jansen Records"
    ],
    "label_ids": [
        "6aea71e3-b55e-43f6-8d3e-b334254066d7"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The album is characterized by fewer elements than before andconsists solely of the band’s own instruments and voices. Everything was recorded live,with the members playing together in the same room. The result is a raw and immediate sound that truly captures the essence of Orions Belte.The titlePur jusperfectly describes what the band has sought to achieve with this release –a pure product, without added ingredients.\" \n\nhttps://jansen-records.myshopify.com/products/orions-belte-pur-jus-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}