Information about plays

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

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

{
    "id": 3526152,
    "uri": "https://api.kexp.org/v2/plays/3526152/?format=api",
    "airdate": "2025-07-12T21:19:56-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b873d06-53c6-4e96-8317-f09c755b8d7e/21046874570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b873d06-53c6-4e96-8317-f09c755b8d7e/21046874570-250.jpg",
    "song": "Uproar",
    "track_id": null,
    "recording_id": "d22b1b3e-4827-4bbc-bfce-6bd7cd58334f",
    "artist": "Gouge Away",
    "artist_ids": [
        "6458d433-3108-4de3-b7fe-fb61a679e2e4"
    ],
    "album": ", Dies",
    "release_id": null,
    "release_group_id": "7a34a2ec-f4bf-4f93-b29d-9b7b529745a7",
    "labels": [
        "Eighty-Sixed Records"
    ],
    "label_ids": [
        "ce50455f-cfc4-4823-addf-28df5cd2ea25"
    ],
    "release_date": "2016-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gouge Away will be playing with Mannequin Pussy at:\n\n - The Commodore Ballroom in Vancouver, B.C. on July 24th\n - McMenamins Spanish Ballroom in Tacoma on July 25th\n - Waterfront Park in Portland on July 26th\n\nhttps://www.gougeaway.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}