Information about plays

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

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

{
    "id": 3576593,
    "uri": "https://api.kexp.org/v2/plays/3576593/?format=api",
    "airdate": "2025-11-10T23:00:56-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/70224bbb-81f4-3b62-ab31-8d8e415f6667/10265036337-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70224bbb-81f4-3b62-ab31-8d8e415f6667/10265036337-250.jpg",
    "song": "Pretty",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "Everybody Else Is Doing It, So Why Can’t We?",
    "release_id": null,
    "release_group_id": "e6b486b3-68e7-331c-a078-94fd71d61877",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1993-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Kenny!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}