Information about plays

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

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

{
    "id": 3543045,
    "uri": "https://api.kexp.org/v2/plays/3543045/?format=api",
    "airdate": "2025-08-21T21:15:36-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad62fa89-e17f-4b81-9816-a78e649afc3b/26628207429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad62fa89-e17f-4b81-9816-a78e649afc3b/26628207429-250.jpg",
    "song": "Like this",
    "track_id": null,
    "recording_id": "84ef4226-05e1-480e-a6a1-541e7aee148a",
    "artist": "박혜진 park hye jin",
    "artist_ids": [
        "cc26d3e4-7c22-45da-8d70-111e2b7f517b"
    ],
    "album": "How can I",
    "release_id": null,
    "release_group_id": "e3e9145a-19ed-4987-a3df-23d7caa42865",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2020-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Park Hye Jin is a South Korean singer, rapper, record producer, and DJ.\n--\nhttps://parkhyejin.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}