Information about plays

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

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

{
    "id": 3550469,
    "uri": "https://api.kexp.org/v2/plays/3550469/?format=api",
    "airdate": "2025-09-08T14:10:42-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a01d8cb-52dd-464f-9f3f-82feed851ee2/17166037965-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a01d8cb-52dd-464f-9f3f-82feed851ee2/17166037965-250.jpg",
    "song": "Housework",
    "track_id": null,
    "recording_id": "ef883966-2650-4627-a679-66c1e25db2c3",
    "artist": "The B‐52’s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Bouncing Off the Satellites",
    "release_id": null,
    "release_group_id": "f219381e-f4a2-3c33-8544-47febfae8837",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1986-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was released 39 years ago today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}