Information about plays

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

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

{
    "id": 3564176,
    "uri": "https://api.kexp.org/v2/plays/3564176/?format=api",
    "airdate": "2025-10-12T10:58:10-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?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 (Demo)",
    "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 Crocodile 11/26. This song started picking up traction when they played it live at The Sunset Tavern in Ballard last December.\nhttps://thebrudibrothers.bandcamp.com/track/me-more-cowboy-than-you-demo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}