Information about plays

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

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

{
    "id": 3548567,
    "uri": "https://api.kexp.org/v2/plays/3548567/?format=api",
    "airdate": "2025-09-03T20:43:54-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Found Love",
    "track_id": null,
    "recording_id": "1ef86602-d537-477b-9090-544014e2bf58",
    "artist": "The Darkside",
    "artist_ids": [
        "10549670-b30c-413d-a29c-c0e471e8bb97"
    ],
    "album": "All That Noise",
    "release_id": null,
    "release_group_id": "f877748f-97e3-3988-bbd6-ff6b4990e629",
    "labels": [
        "Beggars Banquet Records"
    ],
    "label_ids": [
        "248fb436-536b-426b-bc12-526056ce84ba"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Darkside featured Pete Bain (AKA Bassman) who previously played with Spacemen 3.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}