Information about plays

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

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

{
    "id": 3612838,
    "uri": "https://api.kexp.org/v2/plays/3612838/?format=api",
    "airdate": "2026-02-03T20:40:39-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talkin' All That Jazz",
    "track_id": null,
    "recording_id": "62988eeb-b57f-4b3c-8ba0-642c69dcaf88",
    "artist": "Stetsasonic",
    "artist_ids": [
        "2d84d1c0-f6fe-4af0-848c-fffdc1e080dc"
    ],
    "album": "Turn Up The Bass - Rap - Volume 2",
    "release_id": null,
    "release_group_id": "8daf6286-c416-40c2-a41e-e305197b3b65",
    "labels": [
        "Arcade"
    ],
    "label_ids": [
        "d6cf3731-6ef0-4f03-a6a0-855cd6892178"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stetsasonic was an American hip hop group formed in 1981 in Brooklyn, New York. They are remembered as one of the first hip hop crews to use a live band, and their positive, uplifting lyrics have made the group forerunners of alternative hip hop and jazz rap.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}