Information about plays

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

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

{
    "id": 3551049,
    "uri": "https://api.kexp.org/v2/plays/3551049/?format=api",
    "airdate": "2025-09-09T23:19:15-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/155380b3-fde9-4649-8301-cdfa363b38d5/34419329671-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/155380b3-fde9-4649-8301-cdfa363b38d5/34419329671-250.jpg",
    "song": "Soft Serve",
    "track_id": null,
    "recording_id": null,
    "artist": "Soul Coughing",
    "artist_ids": [
        "8067c102-4996-42bc-9980-06ce2e644eae"
    ],
    "album": "Lust in Phaze",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.allmusic.com/artist/soul-coughing-mn0000034899",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}