Information about plays

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

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

{
    "id": 3578117,
    "uri": "https://api.kexp.org/v2/plays/3578117/?format=api",
    "airdate": "2025-11-14T15:24:30-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://dn710008.ca.archive.org/0/items/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42-32304157656_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/23/items/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42/mbid-2ccb86b2-a5bf-49c4-853d-7c9f78344f42-32304157656_thumb250.jpg",
    "song": "Hey You",
    "track_id": "924cd5f7-0704-4eca-b7e9-4c750c228404",
    "recording_id": "4b1ad58b-5582-4647-ac91-be01746198b3",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": "161567d7-e1bc-40f7-8d49-c9d8ea997e0d",
    "release_group_id": "d0dc0be5-53ec-3810-8683-ba1dfac644f8",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day 1995, the Pharcyde's second album  Labcabincalifornia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}