Information about plays

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

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

{
    "id": 3579255,
    "uri": "https://api.kexp.org/v2/plays/3579255/?format=api",
    "airdate": "2025-11-17T04:31:26-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "https://coverartarchive.org/release/d703fe2a-26b6-4a53-8b4e-f9bfdfc1302c/16926330937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d703fe2a-26b6-4a53-8b4e-f9bfdfc1302c/16926330937-250.jpg",
    "song": "People Say",
    "track_id": null,
    "recording_id": "933dc1a2-a4c2-494a-b9a3-aede9ecc9d1e",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "Rejuvenation",
    "release_id": null,
    "release_group_id": "ed25b54a-8287-375f-ae31-42c69785cec8",
    "labels": [],
    "label_ids": [],
    "release_date": "1974-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Choctaw\t\n\nThe quartet of the Meters features two prominent Native musicians, Aaron Nevile who is Choctaw and Leo Nocentelli who was Native American",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}