Information about plays

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

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

{
    "id": 3583804,
    "uri": "https://api.kexp.org/v2/plays/3583804/?format=api",
    "airdate": "2025-11-27T21:06:29-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Know Your Chicken",
    "track_id": null,
    "recording_id": "582588d1-54a4-4dda-b7d3-99868ad11701",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Cibo Matto",
    "release_id": null,
    "release_group_id": "c1481761-cd18-3b75-93e4-b51825920ee5",
    "labels": [
        "Bad News Records"
    ],
    "label_ids": [
        "088a59e4-8dd8-4a66-bc79-059e71bde40f"
    ],
    "release_date": "1995-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cibo Matto was an American alternative rock band formed by Yuka Honda and Miho Hatori in New York City in 1994.\n\nCheck out their KEXP Live Session: https://www.youtube.com/watch?v=9_TbZa0e-Dk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}