Information about plays

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

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

{
    "id": 3596774,
    "uri": "https://api.kexp.org/v2/plays/3596774/?format=api",
    "airdate": "2025-12-27T16:46:50-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "https://ia801507.us.archive.org/14/items/mbid-e866a680-e105-48d2-95f1-8c9cb01e5387/mbid-e866a680-e105-48d2-95f1-8c9cb01e5387-6839914068_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/14/items/mbid-e866a680-e105-48d2-95f1-8c9cb01e5387/mbid-e866a680-e105-48d2-95f1-8c9cb01e5387-6839914068_thumb250.jpg",
    "song": "Oh Messy Life",
    "track_id": "6f3967fe-4db1-3df8-8d69-5fe8add61e43",
    "recording_id": "ac2231e5-0db3-4b09-99fa-4443fab29a33",
    "artist": "Cap’n Jazz",
    "artist_ids": [
        "04482c2e-88ab-4709-a412-85748b7ac825"
    ],
    "album": "Analphabetapolothology",
    "release_id": "e866a680-e105-48d2-95f1-8c9cb01e5387",
    "release_group_id": "141cf5a3-857c-387d-a99c-2937dc21b1bb",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Short-lived but highly influential, Cap'n Jazz helped transform emo from a deeply underground punk subgenre into a more widely accepted subset of indie rock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}