Information about plays

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

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

{
    "id": 3520345,
    "uri": "https://api.kexp.org/v2/plays/3520345/?format=api",
    "airdate": "2025-06-29T09:42:11-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, Negresse",
    "track_id": null,
    "recording_id": "d12a7d82-50c0-4bb0-bb34-8368aa7f73e4",
    "artist": "John Delafose",
    "artist_ids": [
        "5ce5e97a-1f5b-47fb-86aa-c2a825f0f42f"
    ],
    "album": "Arhoolie Presents American Masters, Vol. 5: 15 Louisiana Zydeco Classics",
    "release_id": null,
    "release_group_id": "3ffc8cc1-781f-488d-b73c-f3bbaa9423d0",
    "labels": [
        "Arhoolie Productions, Inc."
    ],
    "label_ids": [
        "783bddf5-ad1e-4369-a1d6-66e6ae0d63ea"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“[Delafose] learned a lot from senior Creole musicians of the old school, playing waltzes with two-steps and singing in French as well as English. His repertoire included traditional Cajun songs, songs learned from his musical mentors, covers of blues and r’n’b tunes, and original songs. Delafose had a huge south Louisiana hit with his 1990 “Joe Pete Got Two Women.” He often used traditional melodies with his own lyrics, a practice familiar in all folk styles.”\nCheck out a John Delafose’s artist spotlight here: http://zydecocrossroads.org/2015/10/artist-spotlight-john-delafose/\n\nhttps://www.youtube.com/watch?v=brQpPv2KmEA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}