Information about plays

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

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

{
    "id": 3549531,
    "uri": "https://api.kexp.org/v2/plays/3549531/?format=api",
    "airdate": "2025-09-06T06:07:42-07:00",
    "show": 64488,
    "show_uri": "https://api.kexp.org/v2/shows/64488/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boom Boom Boom",
    "track_id": null,
    "recording_id": "3c4732b9-8e4f-4090-86cb-09e3e6d22779",
    "artist": "Vengaboys",
    "artist_ids": [
        "90c7177f-4be5-413d-aabd-d228934c2b9b"
    ],
    "album": "The Encyclopaedia of Music: Best of 90’s",
    "release_id": null,
    "release_group_id": "4574db3c-611d-4f1c-8ef3-616c03995ec5",
    "labels": [
        "Rajon Music Group"
    ],
    "label_ids": [
        "5dea1148-dfba-4505-bc4a-5d1e9c052098"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}