Information about plays

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

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

{
    "id": 3547145,
    "uri": "https://api.kexp.org/v2/plays/3547145/?format=api",
    "airdate": "2025-08-31T11:45:39-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3db92e2-c157-4229-a7ed-32ee8a49418d/9441733472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3db92e2-c157-4229-a7ed-32ee8a49418d/9441733472-250.jpg",
    "song": "You Made Me Suffer",
    "track_id": null,
    "recording_id": "a6aae0e1-033c-474c-a335-ee060f3d240f",
    "artist": "Andrew Brown",
    "artist_ids": [
        "5e4f4661-47a4-4a23-824a-305467ea5e39"
    ],
    "album": "Light: On the South Side",
    "release_id": null,
    "release_group_id": "f5bd0360-b772-40a4-a722-cf605bf85a44",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2009-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally the B-side to 1973 Brave Records single \"Blue Monday\" and included on this compilation of Chicago's South Side in the '70s, through photography and music ; http://www.aquariumdrunkard.com/2013/07/24/andrew-brown-you-made-me-suffer ; http://www.numerogroup.com/products/light-on-the-south-side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}