Information about plays

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

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

{
    "id": 3576225,
    "uri": "https://api.kexp.org/v2/plays/3576225/?format=api",
    "airdate": "2025-11-10T00:12:00-08:00",
    "show": 65069,
    "show_uri": "https://api.kexp.org/v2/shows/65069/?format=api",
    "image_uri": "https://coverartarchive.org/release/39cfde8f-fec8-47d3-b491-f727ee5ebe6b/43246497006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39cfde8f-fec8-47d3-b491-f727ee5ebe6b/43246497006-250.jpg",
    "song": "Electric War",
    "track_id": null,
    "recording_id": "b5139dce-662d-426c-89c2-a48da3ae223d",
    "artist": "Little Barrie & Malcolm Catto",
    "artist_ids": [],
    "album": "Electric War",
    "release_id": null,
    "release_group_id": "d7d342e8-8ca0-4ecd-8aa2-f6fe92b3bcb6",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}