Information about plays

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

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

{
    "id": 3543017,
    "uri": "https://api.kexp.org/v2/plays/3543017/?format=api",
    "airdate": "2025-08-21T19:26:26-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "https://coverartarchive.org/release/40130145-631b-423b-b1c6-0e98fb93f837/36230682271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/40130145-631b-423b-b1c6-0e98fb93f837/36230682271-250.jpg",
    "song": "BELEZA PULA",
    "track_id": null,
    "recording_id": "311b0278-2ff8-4f00-95d3-8e69f5435536",
    "artist": "高中正義",
    "artist_ids": [
        "facf743e-1231-410d-bdf1-9ba11a6a4f3c"
    ],
    "album": "BRASILIAN SKIES",
    "release_id": null,
    "release_group_id": "4257df23-f494-4377-b1e0-c848ef89a310",
    "labels": [
        "UNIVERSAL SIGMA"
    ],
    "label_ids": [
        "a8091717-a093-4bbb-8217-b7be6933b771"
    ],
    "release_date": "1978-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Certified summer jam from the OG\n\nhttps://www.youtube.com/watch?v=cTDK5Bluh5A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}