Information about plays

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

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

{
    "id": 3579589,
    "uri": "https://api.kexp.org/v2/plays/3579589/?format=api",
    "airdate": "2025-11-17T23:29:38-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/d49f4d57-89ea-4376-bcb4-f4b21b5e1e6d/19324806796-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d49f4d57-89ea-4376-bcb4-f4b21b5e1e6d/19324806796-250.jpg",
    "song": "Shut Off / Curl Up (Cabbage Boy Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Laika",
    "artist_ids": [
        "571a3166-8676-4e5d-b432-876aa98ea760"
    ],
    "album": "Almost Sleeping",
    "release_id": null,
    "release_group_id": "14a50ec0-07d4-4ff2-b6a8-e2b05029dfba",
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1997-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Curl up with some audio cabbage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}