Information about plays

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

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

{
    "id": 3552696,
    "uri": "https://api.kexp.org/v2/plays/3552696/?format=api",
    "airdate": "2025-09-13T21:34:06-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8194fb3-ccb9-4b19-9acb-08825e72cc9d/25924947823-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8194fb3-ccb9-4b19-9acb-08825e72cc9d/25924947823-250.jpg",
    "song": "Butt Slut",
    "track_id": null,
    "recording_id": "3b36d6cf-092d-4a6d-8d66-90dce540c95d",
    "artist": "Saucy Yoda",
    "artist_ids": [
        "d1338cd2-2798-454d-91f3-3f1c4146cc57"
    ],
    "album": "It's Not A Mystery",
    "release_id": null,
    "release_group_id": "beda3481-b200-42b2-b30f-e71354df9c9e",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [
        "76fef728-2653-4b6a-ade6-df76ab74cc97"
    ],
    "release_date": "2020-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saucy Yoda was based in Portland, OR before moving back to her hometown, Anchorage, Alaska.\n\nhttps://saucyyoda.bandcamp.com/album/who-they-are\nhttps://www.facebook.com/saucyyoda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}