Information about plays

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

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

{
    "id": 3410158,
    "uri": "https://api.kexp.org/v2/plays/3410158/?format=api",
    "airdate": "2024-10-08T19:40:32-07:00",
    "show": 61524,
    "show_uri": "https://api.kexp.org/v2/shows/61524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Coming",
    "track_id": null,
    "recording_id": null,
    "artist": "The Gaslamp Killer, The Heliocentrics",
    "artist_ids": [
        "6ad95b5d-6ae9-45e3-847a-121d2b32dadc",
        "f221328f-bc6b-40f1-a750-ce11a1321489"
    ],
    "album": "Helio x GLK",
    "release_id": null,
    "release_group_id": "f21f81ad-db6e-4cbc-861e-e1d8f56443b4",
    "labels": [
        "Cuss Records"
    ],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The UK-based The Heliocentrics meet the LA-based The Gaslamp Killer on this atmospheric track with Slovakian vocals (thanks to our listener for the vocal ID!)\n---\nhttps://thegaslampkiller.bandcamp.com/album/the-gaslamp-killer-meets-the-heliocentrics-legna",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}