Information about plays

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

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

{
    "id": 3580291,
    "uri": "https://api.kexp.org/v2/plays/3580291/?format=api",
    "airdate": "2025-11-19T16:18:57-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://ia801901.us.archive.org/35/items/mbid-0368d206-83eb-4eed-ab8c-b79553a2430e/mbid-0368d206-83eb-4eed-ab8c-b79553a2430e-3362530230_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/35/items/mbid-0368d206-83eb-4eed-ab8c-b79553a2430e/mbid-0368d206-83eb-4eed-ab8c-b79553a2430e-3362530230_thumb250.jpg",
    "song": "Holy Roller",
    "track_id": "30fa4c64-9766-3fe2-a0ec-861a79aa893d",
    "recording_id": "571ae726-5e3a-408d-8c01-3beb6cfaeba6",
    "artist": "Thao & the Get Down Stay Down",
    "artist_ids": [
        "fae834bb-51d6-436f-9492-29455f42ba0d"
    ],
    "album": "We the Common",
    "release_id": "0368d206-83eb-4eed-ab8c-b79553a2430e",
    "release_group_id": "e2749c25-c2b6-493e-a2bb-10898152bd2d",
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2013-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thao & The Get Down Stay Down are a San Francisco based folk pop band based around the singing and songwriting of Thao Nguyen.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}