Information about plays

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

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

{
    "id": 3623009,
    "uri": "https://api.kexp.org/v2/plays/3623009/?format=api",
    "airdate": "2026-02-27T13:38:46-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better Than You",
    "track_id": null,
    "recording_id": "87cd2e55-804b-4c7c-a8ad-21aeb28561c6",
    "artist": "Gorilla Biscuits",
    "artist_ids": [
        "0320a32e-b781-40df-bf48-5cb5ee842762"
    ],
    "album": "Puzzle of 38 Pieces (Rare Bootleg Tracks)",
    "release_id": null,
    "release_group_id": "2b98ada3-e094-4d92-8ad1-bdf5841244a5",
    "labels": [
        "Deny Everything"
    ],
    "label_ids": [
        "eb4d3da1-f24f-4d86-9ee5-9c96146ada3e"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://revelationrecords.bandcamp.com/track/better-than-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}