Information about plays

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

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

{
    "id": 3622136,
    "uri": "https://api.kexp.org/v2/plays/3622136/?format=api",
    "airdate": "2026-02-25T14:54:46-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ionian Sea",
    "track_id": null,
    "recording_id": "5cdd7b56-9d79-48e8-a220-cee8decc7441",
    "artist": "Hysterical Love Project",
    "artist_ids": [
        "adce3159-ef95-4067-94a5-3cf55c4fe2ff"
    ],
    "album": "Lashes",
    "release_id": null,
    "release_group_id": "697a9710-340b-4ee6-8356-3006c8f9e31e",
    "labels": [
        "Motion Ward"
    ],
    "label_ids": [
        "80ec1a77-94b4-4acf-b8cb-e2522ad8a19e"
    ],
    "release_date": "2023-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hysterical Love Project is a Melbourne, Australia based duo consisting of Ike Zwanikken and vocalist Brooklyn Mellar.\n--\nSomeone wrote about 2023's \"Lashes,\" \"Sounds like both nostalgia and the future in a Vulcan mind meld.\": https://motionward.bandcamp.com/album/lashes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}