Information about plays

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

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

{
    "id": 3576591,
    "uri": "https://api.kexp.org/v2/plays/3576591/?format=api",
    "airdate": "2025-11-10T22:52:47-08:00",
    "show": 65077,
    "show_uri": "https://api.kexp.org/v2/shows/65077/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d118533-7e69-4dc5-89a2-af01551150be/6642754844-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d118533-7e69-4dc5-89a2-af01551150be/6642754844-250.jpg",
    "song": "Gush Forth My Tears (Dance Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Miranda Sex Garden",
    "artist_ids": [
        "ba5d56ac-b8c4-46ef-8c06-1c1f6a35584f"
    ],
    "album": "Gush Forth My Tears",
    "release_id": null,
    "release_group_id": "766962e0-8428-3bf2-9952-08f51adee3ff",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1991-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The English band's debut single",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}