Information about plays

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

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

{
    "id": 3633839,
    "uri": "https://api.kexp.org/v2/plays/3633839/?format=api",
    "airdate": "2026-03-26T10:01:30-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19-17353601806_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19/mbid-d3bca172-fa17-4f55-8011-0a2851e59d19-17353601806_thumb250.jpg",
    "song": "Words and Guitar",
    "track_id": "9d34c5e2-fd8d-31b7-930d-a20fc71893fa",
    "recording_id": "1433b98b-486d-4e48-89a9-a983cfd4f9d4",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Dig Me Out",
    "release_id": "d3bca172-fa17-4f55-8011-0a2851e59d19",
    "release_group_id": "209b45b7-8b2f-3e07-b194-efff9cde80dd",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-04-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Dig Me Out album cover is an homage to the Kinks' 1965 album The Kink Kontroversy. The layouts are identical, with the exception that the Kinks had a fourth member and thus a fourth portrait lining the top. Sleater-Kinney substituted their own portraits and their own guitars.\n\nhttps://www.sleater-kinney.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}