Information about plays

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

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

{
    "id": 3599958,
    "uri": "https://api.kexp.org/v2/plays/3599958/?format=api",
    "airdate": "2026-01-04T02:23:17-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lexicon Devil",
    "track_id": "6050658c-b414-3505-b26f-687b8d246bbd",
    "recording_id": "25300b09-f954-453f-8097-4c9174530774",
    "artist": "Germs",
    "artist_ids": [
        "42c4b58d-2e28-41d4-bfe5-4edee68386cf"
    ],
    "album": "D.I.Y.: We're Desperate: The L.A. Scene (1976–79)",
    "release_id": "7d48bdd4-783d-404e-a231-cda199053379",
    "release_group_id": "624f93b8-e580-3692-9c9e-0c5fb4b711c2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Germs were a legendary punk band from Los Angeles. This was originally on Lexicon Devil from 1978. \n\nhttps://markprindle.com/germs.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}