Information about plays

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

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

{
    "id": 3579240,
    "uri": "https://api.kexp.org/v2/plays/3579240/?format=api",
    "airdate": "2025-11-17T03:46:29-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "https://coverartarchive.org/release/98945ce9-d892-4468-8ca8-c4a7858b4bdf/21269507807-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98945ce9-d892-4468-8ca8-c4a7858b4bdf/21269507807-250.jpg",
    "song": "Venus of Avenue D",
    "track_id": null,
    "recording_id": "4d0d7c35-bb30-40d4-8014-8d0f07cc1fc3",
    "artist": "Mink DeVille",
    "artist_ids": [
        "1c2938ae-37df-44a7-8630-be2cb1d357e0"
    ],
    "album": "Cabretta",
    "release_id": null,
    "release_group_id": "05991b75-0535-3cd3-a2f3-3a6fc37f00a6",
    "labels": [
        "EMI France"
    ],
    "label_ids": [
        "c3b0a46e-1924-4484-b647-37dbf22e361e"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pequot\t\n\nMink DeVille was a rock band founded in 1974, known for its association with early punk rock bands at New York's CBGB nightclub and for being a showcase for the music of Willy DeVille. The band recorded six albums in the years 1977 to 1985, after which it disbanded the next year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}