Information about plays

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

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

{
    "id": 3549991,
    "uri": "https://api.kexp.org/v2/plays/3549991/?format=api",
    "airdate": "2025-09-07T09:52:03-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/bee3d226-360f-4e72-9077-c59d6de4aefd/2385693658-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bee3d226-360f-4e72-9077-c59d6de4aefd/2385693658-250.jpg",
    "song": "Flat Foot Flewzy",
    "track_id": null,
    "recording_id": "43c7627a-1e49-4036-9aa8-763c1a54d872",
    "artist": "NRBQ",
    "artist_ids": [
        "4777dc1b-2533-4189-9062-c1b2b477d5c5"
    ],
    "album": "Boppin’ the Blues",
    "release_id": null,
    "release_group_id": "9a057784-c021-3504-9a58-e4cbabe53352",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From an album recorded with Carl Perkins who doesn’t play on this song, if you like obsessing over guitar licks there’s a great essay about the one Louisville guitarist Steve Ferguson plays on this one. \nhttps://tinyurl.com/OxfordAmericanNRBQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}