Information about plays

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

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

{
    "id": 3597727,
    "uri": "https://api.kexp.org/v2/plays/3597727/?format=api",
    "airdate": "2025-12-29T20:42:55-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "pink+pink",
    "track_id": null,
    "recording_id": null,
    "artist": "Ravyn Lenae, Rusowsky",
    "artist_ids": [
        "94c64122-dbd4-4927-b2fa-f204b0b4b0c2",
        "d836bdef-52ef-4142-baba-573e5b529478"
    ],
    "album": "DAISY",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The best of 2025: Personally, this is the album I listened to most in 2025. It has everything: drama, hits, melodies, ballads to cry to, and even collaborations with Las Ketchup! An impeccable work from one of THE composers and producers of the moment in Spain.\n***\nLo mejor del 2025: En lo personal, el disco que mas escuché en 2025. Tiene todo: drama, hits, melodias, baladas para llorar y hasta colaboraciones con Las Ketchup! Un trabajo impecable de uno de LOS compositores y productores del momento en España.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}