Information about plays

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

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

{
    "id": 3550336,
    "uri": "https://api.kexp.org/v2/plays/3550336/?format=api",
    "airdate": "2025-09-08T06:24:01-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4e2e304-af8f-4b94-be04-06005c80f213/24807463325-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4e2e304-af8f-4b94-be04-06005c80f213/24807463325-250.jpg",
    "song": "Brand New Key",
    "track_id": null,
    "recording_id": "d8bd9ac4-ee48-480a-9249-7d614e6f145c",
    "artist": "Melanie",
    "artist_ids": [
        "c8c3beb5-d213-40e6-9ef6-d4e1cad59e12"
    ],
    "album": "Pop Goes the ’70s: Wildfire",
    "release_id": null,
    "release_group_id": "491991dc-9cee-404b-8760-425293541bd9",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Brand New Key\" is a pop song written and sung by the American folk music singer Melanie. Initially a track of Melanie's album Gather Me, produced by Melanie's husband Peter Schekeryk, it was known also as \"The Rollerskate Song\" due to its chorus. It was her greatest success, scoring No. 1 on the Billboard Hot 100 singles chart during December 1971 and January 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}