Information about plays

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

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

{
    "id": 3538502,
    "uri": "https://api.kexp.org/v2/plays/3538502/?format=api",
    "airdate": "2025-08-10T20:25:00-07:00",
    "show": 64255,
    "show_uri": "https://api.kexp.org/v2/shows/64255/?format=api",
    "image_uri": "https://coverartarchive.org/release/881bb066-9112-48f8-9ce6-43c08fc82a08/6735499420-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/881bb066-9112-48f8-9ce6-43c08fc82a08/6735499420-250.jpg",
    "song": "Give Me Love",
    "track_id": null,
    "recording_id": "1d254609-36cd-4c76-9473-cad39d6bf861",
    "artist": "Cerrone & Brendan Reilly",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc",
        "6c636150-ad1c-4242-9387-2430fc156de7"
    ],
    "album": "Supernature",
    "release_id": null,
    "release_group_id": "1a3770b8-3a65-490d-a2b2-92fa6f79d4bc",
    "labels": [
        "Malligator"
    ],
    "label_ids": [
        "c15fc9a7-cb79-4eca-9c15-bf4af5f4e06f"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cerrone & Brendan Reilly originally released \"Give Me Love\" in 1977 on the album Supernature. Supernature is Cerrone's third album, released in France on Malligator Records. It is known also as Cerrone III, since it is the third album by Cerrone, who labeled his albums with a number.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}