Information about plays

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

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

{
    "id": 3629269,
    "uri": "https://api.kexp.org/v2/plays/3629269/?format=api",
    "airdate": "2026-03-15T12:51:09-07:00",
    "show": 66188,
    "show_uri": "https://api.kexp.org/v2/shows/66188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We've Got The Jazzy Belle (Nappy DJ Needles blend)",
    "track_id": "4999ba89-d70b-4720-b360-19cb28e54561",
    "recording_id": "ae631ec2-12be-4585-8bde-7dd9fe13dc67",
    "artist": "Nappy DJ Needles",
    "artist_ids": [
        "dbed4e46-123e-475c-b8d8-5e34c617dbb7"
    ],
    "album": "A Tribe Called Kast",
    "release_id": "555ec706-3791-412d-8663-2355dde7c5f4",
    "release_group_id": "bcad0234-fabb-417d-9d35-0406a94b3502",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Tribe Called Kast\" blends twelve tracks featuring the lyrics of Outkast over beats by A Tribe Called Quest.\n\nhttps://bikofkaneedles.bandcamp.com/album/a-tribe-called-kast",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}