Information about plays

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

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

{
    "id": 3636900,
    "uri": "https://api.kexp.org/v2/plays/3636900/?format=api",
    "airdate": "2026-04-02T14:38:05-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Going On",
    "track_id": null,
    "recording_id": "142375aa-4757-4ed0-b3d6-c8925c68b09f",
    "artist": "Big Youth",
    "artist_ids": [
        "6e4cbcf5-1b18-4719-98c2-7a2c9eccaa6d"
    ],
    "album": "A Reggae Collection",
    "release_id": null,
    "release_group_id": "aaf6eb74-3bf6-4581-b64c-76c475fbdb6a",
    "labels": [
        "Essex Entertainment, Inc."
    ],
    "label_ids": [
        "70a643f9-a6d1-4423-b67a-ec1775cb286e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Manley Augustus Buchanan, better known as Big Youth is a pioneering Jamaican deejay and reggae toaster.  He's covering Marvin Gaye's \"What's Going On\" here.\n--\nThis song was found on a 1976 album entitled \"Hit the Road Jack.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}