Information about plays

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

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

{
    "id": 3667082,
    "uri": "https://api.kexp.org/v2/plays/3667082/?format=api",
    "airdate": "2026-06-12T21:42:37-07:00",
    "show": 66971,
    "show_uri": "https://api.kexp.org/v2/shows/66971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Im In Love With A Stranger",
    "track_id": null,
    "recording_id": null,
    "artist": "Kaylow",
    "artist_ids": [
        "899a2e44-d749-4453-93d2-5e755cab218a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kaylow (born 19 March 1986) whose real name is Kelello Segoana is a South African singer, songwriter and record producer. He has a very soulful voice and has as of 2022 released 2 albums and an EP with several hit singles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}