Information about plays

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

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

{
    "id": 3543773,
    "uri": "https://api.kexp.org/v2/plays/3543773/?format=api",
    "airdate": "2025-08-23T14:54:27-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia600507.us.archive.org/20/items/mbid-e5a7bf63-bd18-461c-94a8-34457f9bf8c5/mbid-e5a7bf63-bd18-461c-94a8-34457f9bf8c5-15055528853_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/20/items/mbid-e5a7bf63-bd18-461c-94a8-34457f9bf8c5/mbid-e5a7bf63-bd18-461c-94a8-34457f9bf8c5-15055528853_thumb250.jpg",
    "song": "Lust For Life",
    "track_id": "8849a9c9-9fd3-3401-834a-a4c96188eadf",
    "recording_id": "b4d1bc0e-4c37-44fd-8936-00bd0c65b7e7",
    "artist": "Girls",
    "artist_ids": [
        "55e21cfa-4bee-4795-940d-b1ff692fb17c"
    ],
    "album": "Lust For Life",
    "release_id": "504b3df8-c81d-4fe0-bfdb-91d94be958e5",
    "release_group_id": "b0c9cb5f-6c08-43a3-b421-665abf461060",
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2009-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Girls was an indie rock band, formed in San Francisco in 2007. The band comprised two key members Christopher Owens, and Chet \"JR\" White -- RIP CHET",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}