Information about plays

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

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

{
    "id": 3604746,
    "uri": "https://api.kexp.org/v2/plays/3604746/?format=api",
    "airdate": "2026-01-15T17:08:07-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spanish Stroll",
    "track_id": null,
    "recording_id": "bcf2ca3b-f089-45c4-a7f6-604584ea28a9",
    "artist": "Mink DeVille",
    "artist_ids": [
        "1c2938ae-37df-44a7-8630-be2cb1d357e0"
    ],
    "album": "Cabretta",
    "release_id": null,
    "release_group_id": "05991b75-0535-3cd3-a2f3-3a6fc37f00a6",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mink DeVille was formed in 1974 in San Francisco but they are known for their association with punk bands at the New York club CBGB. They would go on to record six albums and Willy DeVille made 10 albums solo. The band lasted until 1986.\nRead more here: https://powerpop.blog/2023/09/02/mink-deville-spanish-stroll/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}