Information about plays

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

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

{
    "id": 3555127,
    "uri": "https://api.kexp.org/v2/plays/3555127/?format=api",
    "airdate": "2025-09-19T19:17:39-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Malunguinho",
    "track_id": null,
    "recording_id": "2aa267b0-92ce-4a71-93d0-fe93ea3c83ef",
    "artist": "Abayomy Afrobeat Orquestra",
    "artist_ids": [
        "efeb0dd7-eea7-420f-b071-cf0f429dd55a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Abayomy is a band from Rio de Janeiro, Brazil, formed in 2009 by a group (13 or so) of musicians that originally gathered to play at a party honoring Fela Kuti. The project took off and in 2012 they independently released their first, self-titled album. The group mixes afrobeat with Brazillian folk rhythms and funk, also encorporating psychedelic, Afro and jazzy atmospheres.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}