Information about plays

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

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

{
    "id": 3574362,
    "uri": "https://api.kexp.org/v2/plays/3574362/?format=api",
    "airdate": "2025-11-05T15:46:56-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "https://coverartarchive.org/release/a35a91c1-d69c-4b87-b5bc-a0362df8ae4c/18780308445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a35a91c1-d69c-4b87-b5bc-a0362df8ae4c/18780308445-250.jpg",
    "song": "You Don’t Care",
    "track_id": null,
    "recording_id": "48f61a97-0faa-448d-b411-773b74698020",
    "artist": "Terry Callier",
    "artist_ids": [
        "44fd61e1-119c-479e-8301-8ac5c77148bf"
    ],
    "album": "What Color Is Love",
    "release_id": null,
    "release_group_id": "be55ce97-63c2-3302-abad-603a2ac83e87",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.i.P., Chicago singer and guitarist Terry Callier, who died of throat cancer at age 67 in 2012. Learn more about him here: https://www.theguardian.com/music/2012/oct/30/terry-callier",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}