Information about plays

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

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

{
    "id": 3594424,
    "uri": "https://api.kexp.org/v2/plays/3594424/?format=api",
    "airdate": "2025-12-22T10:03:54-08:00",
    "show": 65448,
    "show_uri": "https://api.kexp.org/v2/shows/65448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electricity",
    "track_id": "744d7c53-20da-33a9-a83f-30d27e847caf",
    "recording_id": "ffc873f8-e8aa-4794-a73e-483dd0e1d5e9",
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Ladies and Gentlemen We Are Floating in Space",
    "release_id": "02c019fd-a51a-48b2-bd8f-a64803537dc1",
    "release_group_id": "c88c77da-b9f9-34b9-abdf-ad3cec875aca",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album took its title from a passage in Joystein Gaarder’s novel “Sophie’s World”, where a young girl attempts to define the meaning of life by travelling through time and space, meeting the world’s great philosophers.\n\nWatch the official video for \"Electicity,\" composed by by Jason Pierce (often known as J. Spaceman): https://www.youtube.com/watch?v=ZVKXnWDeNr8.\n\nhttps://www.spiritualized.com/\nhttps://spiritualizedband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}