Information about plays

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

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

{
    "id": 3571478,
    "uri": "https://api.kexp.org/v2/plays/3571478/?format=api",
    "airdate": "2025-10-29T16:57:25-07:00",
    "show": 64967,
    "show_uri": "https://api.kexp.org/v2/shows/64967/?format=api",
    "image_uri": "https://ia601302.us.archive.org/31/items/mbid-54bae388-d62b-49eb-83df-c3d7e2fc6163/mbid-54bae388-d62b-49eb-83df-c3d7e2fc6163-12948656369_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/31/items/mbid-54bae388-d62b-49eb-83df-c3d7e2fc6163/mbid-54bae388-d62b-49eb-83df-c3d7e2fc6163-12948656369_thumb250.jpg",
    "song": "Banshee",
    "track_id": "6ace8ebf-1f01-41e3-aebb-1fcc4be097f5",
    "recording_id": "7b620e74-d94b-44f0-ac2e-ad0b606b7f40",
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "99¢",
    "release_id": "54bae388-d62b-49eb-83df-c3d7e2fc6163",
    "release_group_id": "9b688354-f976-433a-91eb-0a6e740efe08",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2016-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chosen by Ayisha from Louisville Public Media!\nhttps://www.lpm.org/people/ayisha-jaffer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}