Information about plays

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

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

{
    "id": 3595100,
    "uri": "https://api.kexp.org/v2/plays/3595100/?format=api",
    "airdate": "2025-12-23T22:56:27-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sony Ericsson",
    "track_id": "e324b9c3-151e-4a85-90c3-21999c48ceac",
    "recording_id": "0e7e4135-45e2-4006-8345-5fbd3e68157c",
    "artist": "HighSchool",
    "artist_ids": [
        "3c077b00-f48b-4868-a487-8851a503358b"
    ],
    "album": "HighSchool",
    "release_id": "ca060d12-6774-46cc-be1f-48a1e797f857",
    "release_group_id": "1693b40f-e0d4-4bb1-b678-cf3b15b13ad6",
    "labels": [
        "[PIAS] Australia"
    ],
    "label_ids": [
        "d5135552-49fd-4a9b-a7c3-2ee0ed50dd0b"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing live:\n\n- Mar. 14 at Cafe du Nord in San Francisco, CA\n- Mar. 16 at Barboza in Seattle, WA\n- Mar. 17 at Show Bar in Portland, OR\n\nOut of Melbourne, Australia, HighSchool are Lilli Trobbiani, Luke Scott & Rory Trobbiani.\n\nhttps://highschool8.bandcamp.com/album/highschool",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}