Information about plays

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

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

{
    "id": 3636149,
    "uri": "https://api.kexp.org/v2/plays/3636149/?format=api",
    "airdate": "2026-03-31T20:55:12-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "https://coverartarchive.org/release/87edcdc5-1766-4123-8915-1f07fd0fdb82/37189979325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87edcdc5-1766-4123-8915-1f07fd0fdb82/37189979325-250.jpg",
    "song": "Star Child (long version)",
    "track_id": null,
    "recording_id": "2be91fbd-653b-4c6b-983e-5eb634f6d7a2",
    "artist": "Kallaloo",
    "artist_ids": [
        "703d4343-f6e6-4d4b-bbb9-b7de8da35d8c"
    ],
    "album": "Star Child",
    "release_id": null,
    "release_group_id": "03f6111b-c8a0-46bd-b6cb-c7755074a495",
    "labels": [
        "IDA Records"
    ],
    "label_ids": [
        "f70eb648-f3c0-48bb-b667-258b56c68410"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kallaloo released \"Star Child\" as a short and long version in 1982 with IDA Records. Kalita Records re-issued the Kallaloo classic in 2018.\n\nKallaloo was a disco outfit consisting of Peter Wayne Barkley and Keith Alexander. Keith had been well-respected as a member of the Trinidadian group Impact, and was later to become an in-demand producer and composer under the name of Keith Diamond, responsible for various hits by Billy Ocean, Donna Summer, Starpoint and Melba Moore. In contrast, Peter was a well-known recording session drummer, but after 'Star Child's' release he moved to North Carolina to pursue other interests and “was never heard from again.”\n\nhttps://kalitarecords.bandcamp.com/album/star-child",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}