Information about plays

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

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

{
    "id": 3543058,
    "uri": "https://api.kexp.org/v2/plays/3543058/?format=api",
    "airdate": "2025-08-21T21:56:53-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Samba (DJ Marky & Makoto Remix 2024)",
    "track_id": null,
    "recording_id": "cdb54bd4-959e-46ea-838f-b133402f0bb3",
    "artist": "DJ Marky, XRS & Makoto",
    "artist_ids": [],
    "album": "Kochi EP",
    "release_id": null,
    "release_group_id": "b2271beb-9cbc-4624-9b81-fdd04b6bf425",
    "labels": [
        "Innerground Records"
    ],
    "label_ids": [
        "dc73c716-8ff3-45b6-8d36-09aa94d06249"
    ],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch me on my Overnight Tuesday 1-5am and stay tuned for Vitamin D!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}