Information about plays

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

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

{
    "id": 3612281,
    "uri": "https://api.kexp.org/v2/plays/3612281/?format=api",
    "airdate": "2026-02-02T12:58:17-08:00",
    "show": 65822,
    "show_uri": "https://api.kexp.org/v2/shows/65822/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1f4aca0-6389-4a94-b611-54534835cf19/41132275931-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1f4aca0-6389-4a94-b611-54534835cf19/41132275931-250.jpg",
    "song": "It's Time to Go",
    "track_id": null,
    "recording_id": "eaf5c6dc-3ac7-4d86-ac27-87c138cf0962",
    "artist": "Too $hort",
    "artist_ids": [
        "8e0fe7bd-bd17-4d25-9b68-1e6a60705477"
    ],
    "album": "Blow the Whistle",
    "release_id": null,
    "release_group_id": "b3c2bf55-fe53-322f-ac60-456efb6f2aac",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "2006-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Too $hort is a pioneer of the West Coast rap scene, famously starting his career by selling tapes out of his car trunk in Oakland. This track is a standout from the album that finally cemented his mainstream success, debuting at #4 on the Billboard 200.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}