Information about plays

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

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

{
    "id": 3635078,
    "uri": "https://api.kexp.org/v2/plays/3635078/?format=api",
    "airdate": "2026-03-29T10:13:01-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/deab41b2-58de-4b4f-bddb-0041c18aac5f/42094465167-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/deab41b2-58de-4b4f-bddb-0041c18aac5f/42094465167-250.jpg",
    "song": "Me More Cowboy Than You",
    "track_id": null,
    "recording_id": "5c3cb7e9-7045-4bd3-9752-c0959f544e38",
    "artist": "The Brudi Brothers",
    "artist_ids": [
        "e4f19c6c-78ab-4c98-a3dd-e7446aa24f79"
    ],
    "album": "Me More Cowboy Than You (Demo)",
    "release_id": null,
    "release_group_id": "c47c6836-27ef-482b-84a7-88cabe79282e",
    "labels": [
        "Fat and Sassy Records"
    ],
    "label_ids": [
        "3f6d4ac8-88e2-4ff1-a300-487539c927fc"
    ],
    "release_date": "2025-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle band of actual brothers are playing The Vashon Theatre April 18. \nCheck out their recent live on KEXP session featuring this song https://www.youtube.com/watch?v=y1JnaOHChEg&list=RDy1JnaOHChEg\nhttps://thebrudibrothers.bandcamp.com/track/me-more-cowboy-than-you-demo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}