Information about plays

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

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

{
    "id": 3544375,
    "uri": "https://api.kexp.org/v2/plays/3544375/?format=api",
    "airdate": "2025-08-24T20:08:12-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/0404386c-1c6a-449f-a06e-c52fe803848a/30345955700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0404386c-1c6a-449f-a06e-c52fe803848a/30345955700-250.jpg",
    "song": "Añung añunga",
    "track_id": null,
    "recording_id": "f5af9f9d-0b33-41a3-a6fc-6ba617670ee4",
    "artist": "Irakere",
    "artist_ids": [
        "70365513-39d7-47e3-b898-1f70f607b1fe"
    ],
    "album": "Irakere II",
    "release_id": null,
    "release_group_id": "1709dc1f-12f5-4326-ab78-dcc54a3c010f",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Irakere released \"Añung añunga\" on their ninth studio album Irakere II in 1980.\n\nIrakere is a Cuban band founded by pianist Chucho Valdés in 1973. They won the Grammy Award for Best Latin Recording in 1980 with their album Irakere. Irakere was innovative in Afro-Cuban jazz and Cuban popular dance music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}