Information about plays

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

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

{
    "id": 3553874,
    "uri": "https://api.kexp.org/v2/plays/3553874/?format=api",
    "airdate": "2025-09-16T19:02:14-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Música da Lagoa",
    "track_id": null,
    "recording_id": "04a50333-d42e-4be9-a1e0-fbbd44d16c38",
    "artist": "Hermeto Pascoal, Itiberê Zwarg, Jovino Santos Neto, Carlos Malta & Marcio Bahia",
    "artist_ids": [
        "c7a4c4a0-9544-44e3-87f2-5779d18b753f",
        "5067383e-2de7-45ea-bb5b-3fee4300f8cc",
        "d3629d4b-b3dc-4d9f-8563-d8faff336d96",
        "0bdca973-c50a-448f-92eb-d5234e4d92d8",
        "90ba36f2-5333-4532-b9da-8f83157aca95"
    ],
    "album": "Música da Lagoa",
    "release_id": null,
    "release_group_id": "93e559cd-2f9c-4ed1-ac7d-622b11afba04",
    "labels": [
        "Hermeto Pascoal"
    ],
    "label_ids": [
        "74c3c971-f5c1-475b-a8f5-c80f65d00b92"
    ],
    "release_date": "1985-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian musician Hermeto Pascoal (22 June 1936 – 13 September 2025) is famous for making music with unconventional objects. Miles Davis called him the most impressive musician in the world.  On a hot day, we can think of nothing more inspiring and refreshing than Pascoal’s astonishing Musica de Lagoa, made in a lagoon… Well, really, he made the lagoon into an instrument…\n\nhttps://www.youtube.com/watch?v=lqKMEdCPons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}