Information about plays

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

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

{
    "id": 3554049,
    "uri": "https://api.kexp.org/v2/plays/3554049/?format=api",
    "airdate": "2025-09-17T04:29:59-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia801404.us.archive.org/29/items/mbid-5a5d0e4e-9ddf-4ea2-b0c4-2193b8c7a289/mbid-5a5d0e4e-9ddf-4ea2-b0c4-2193b8c7a289-33978771211_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-5a5d0e4e-9ddf-4ea2-b0c4-2193b8c7a289/mbid-5a5d0e4e-9ddf-4ea2-b0c4-2193b8c7a289-33978771211_thumb250.jpg",
    "song": "Life We Rent But Love Is Rent Free",
    "track_id": "9b86f4d4-7ac0-410e-8a45-39e47320339d",
    "recording_id": "2923bc48-f15b-4e5a-85f1-b81b34db702c",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "UNTITLED (God)",
    "release_id": "5a5d0e4e-9ddf-4ea2-b0c4-2193b8c7a289",
    "release_group_id": "480b5208-88af-472b-98a3-6f7577dcc7c3",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}