Information about plays

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

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

{
    "id": 3553465,
    "uri": "https://api.kexp.org/v2/plays/3553465/?format=api",
    "airdate": "2025-09-15T18:31:54-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb7ac4a8-befa-416e-a16c-b058070db812/40826586610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb7ac4a8-befa-416e-a16c-b058070db812/40826586610-250.jpg",
    "song": "Wet",
    "track_id": null,
    "recording_id": "6655b94e-d3d7-4ffd-b7eb-cfcacebbba93",
    "artist": "Gordo feat. Bad Gyal",
    "artist_ids": [
        "1692d331-89cb-4ede-9f3b-ac7544d782df",
        "9cb2e99f-d0ba-4aa5-a371-0006b0d34090"
    ],
    "album": "NO HAY VERANO SIN GORDO",
    "release_id": null,
    "release_group_id": "b602f596-a395-454c-829d-235b35e1593b",
    "labels": [
        "Ultra Records"
    ],
    "label_ids": [
        "6c690937-c6c3-4c4e-9d3e-c62efa989333"
    ],
    "release_date": "2024-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=TfHf8SQsWmA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}