Information about plays

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

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

{
    "id": 3539561,
    "uri": "https://api.kexp.org/v2/plays/3539561/?format=api",
    "airdate": "2025-08-13T10:31:06-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia801601.us.archive.org/18/items/mbid-e78fc156-e0be-4e1a-a668-9338356dfe29/mbid-e78fc156-e0be-4e1a-a668-9338356dfe29-3350498477_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/18/items/mbid-e78fc156-e0be-4e1a-a668-9338356dfe29/mbid-e78fc156-e0be-4e1a-a668-9338356dfe29-3350498477_thumb250.jpg",
    "song": "Break My Body",
    "track_id": "6c409327-42d2-3d60-80d1-1a5dcbea15cf",
    "recording_id": "d35db79b-aea9-4f9f-b5f3-6682b29480e5",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": "e78fc156-e0be-4e1a-a668-9338356dfe29",
    "release_group_id": "74e36cbc-a747-3ebf-a60e-51e656c87741",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pixies will be at the Greek Theatre in Berkeley with Spoon and Fazerdaze on Thurs, Aug 28th!\n\nhttps://www.pixiesmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}