Information about plays

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

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

{
    "id": 3575306,
    "uri": "https://api.kexp.org/v2/plays/3575306/?format=api",
    "airdate": "2025-11-07T23:11:55-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "https://coverartarchive.org/release/708f5a60-b4f1-46b4-8701-22e081c6a127/41494109318-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/708f5a60-b4f1-46b4-8701-22e081c6a127/41494109318-250.jpg",
    "song": "Angel’s Share",
    "track_id": null,
    "recording_id": "b6382956-4366-40e5-86eb-ad3eaa8bfb51",
    "artist": "PremRock",
    "artist_ids": [
        "4a9abd58-cbd1-4192-9e8c-89041dd7a58d"
    ],
    "album": "Did You Enjoy Your Time Here…?",
    "release_id": null,
    "release_group_id": "709d1c2b-93b7-480f-8e16-63886d4fb338",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}