Information about plays

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

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

{
    "id": 3637933,
    "uri": "https://api.kexp.org/v2/plays/3637933/?format=api",
    "airdate": "2026-04-04T21:59:42-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Idi Amin",
    "track_id": "13921989-f8a5-35fe-8179-d5dad1b6c2f0",
    "recording_id": "227df9c1-8c74-4ed9-a39a-e18743574fb7",
    "artist": "Black Randy",
    "artist_ids": [
        "4a12fa54-365c-46b8-9b22-cb65684498eb"
    ],
    "album": "Dangerhouse, Volume 2: Give Me a Little Pain!",
    "release_id": "8d31c117-6439-4efa-94fd-5b0c9ae91f2d",
    "release_group_id": "eeb6449e-d01d-3cef-8629-9b08cd3af091",
    "labels": [
        "Frontier Records"
    ],
    "label_ids": [
        "93450244-634f-4144-9f1f-8eec94999261"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Randy and his Metrosquad were a supergroup of the Hollywood punk era: the line up included members of the Randoms, Eyes and the Dils as well as one of the other founding partners of Dangerhouse, David Browne.\n\nhttps://www.furious.com/perfect/blackrandy.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}