Information about plays

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

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

{
    "id": 3582949,
    "uri": "https://api.kexp.org/v2/plays/3582949/?format=api",
    "airdate": "2025-11-25T20:29:58-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He Calls Me River",
    "track_id": null,
    "recording_id": null,
    "artist": "Raye Zaragoza",
    "artist_ids": [
        "3620b392-8598-43e7-9c2c-872257ec49c7"
    ],
    "album": "Woman in Color",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rebel River Records"
    ],
    "label_ids": [],
    "release_date": "2020-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Raye Zaragoza's mother had her name changed to assimilate to American culture when leaving Japan, Raye spent a lot of time thinking about what a name means. \n\n'Naming holds an important and sentimental role in American culture. Names allow us to travel, introduce ourselves, meet each other, be called on, ...\" \n\nCheck out her piece on the empowerment, pain, and confusion that a name can hold.\nhttps://medium.com/@rayezaragoza/change-your-name-951a5ca92b13",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}