Information about plays

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

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

{
    "id": 3558544,
    "uri": "https://api.kexp.org/v2/plays/3558544/?format=api",
    "airdate": "2025-09-27T21:18:35-07:00",
    "show": 64686,
    "show_uri": "https://api.kexp.org/v2/shows/64686/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Are You an Idiot or a Nitwit",
    "track_id": null,
    "recording_id": "c54a729f-6ed7-4e98-ba7d-7bce8bcccad3",
    "artist": "F.Y.P",
    "artist_ids": [
        "9f438a49-7051-42a5-a46a-795ce95413a4"
    ],
    "album": "Incomplete Crap, Volume 2",
    "release_id": null,
    "release_group_id": "fb62d2a4-188a-3eda-9e89-153f355f2325",
    "labels": [
        "Recess Records"
    ],
    "label_ids": [
        "3b128411-fd68-4ec7-871f-6f57e0225a36"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "F.Y.P, the Five Year Plan, was a punk rock band founded in 1989 by Todd Congelliere, a predecessor to his more recent bands Toys That Kill and Underground Railroad to Candyland.  During its history (from 1989 to 1999), it had a total of 20 different members.\n\nToys That Kill will be playing at El Corazon in Seattle on November 23rd.\n\nhttps://www.bandsintown.com/a/13133-toys-that-kill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}