Information about plays

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

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

{
    "id": 3571875,
    "uri": "https://api.kexp.org/v2/plays/3571875/?format=api",
    "airdate": "2025-10-30T15:33:29-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C'Est La Chanson de Mon Amour",
    "track_id": null,
    "recording_id": "63114bee-15b7-476f-90b7-1414beea568b",
    "artist": "Paul Mauriat",
    "artist_ids": [
        "87496c04-c857-4bd5-b86b-345129a1be63"
    ],
    "album": "The Godfather",
    "release_id": null,
    "release_group_id": "589bd2af-385c-4633-9180-cd6b5550a73c",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song C'est la chanson de mon amour was written by Catherine Desage and Verónique Müller and was first released by Véronique Müller in 1972. The hook in Paul Mauriat's version was sampled by Dr. Octagon in \"halfsharkalligatorhalfman.\"\n--\nDan the Automator also sampled this song for his song \"Sleep\" on the \"A Better Tomorrow EP.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}