Information about plays

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

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

{
    "id": 3547304,
    "uri": "https://api.kexp.org/v2/plays/3547304/?format=api",
    "airdate": "2025-08-31T20:37:32-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Love Lives (Classic Mix)",
    "track_id": null,
    "recording_id": "762c6d8b-ea8c-4b44-9778-a5324f84e46d",
    "artist": "Alison Limerick",
    "artist_ids": [
        "a4d6dbe6-da3b-428d-880d-2c6f985eb133"
    ],
    "album": "Where Love Lives",
    "release_id": null,
    "release_group_id": "c7e0ac3c-652a-4f4d-82f5-2581a187d176",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Frankie Knuckles the Godfather of house music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}