Information about plays

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

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

{
    "id": 3544728,
    "uri": "https://api.kexp.org/v2/plays/3544728/?format=api",
    "airdate": "2025-08-25T18:01:49-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Music",
    "track_id": null,
    "recording_id": "0bb97722-570e-4e23-a20a-4a96870d4248",
    "artist": "Louie Vega Presents Elements Of Life",
    "artist_ids": [
        "f275d9a5-3271-436b-8c32-806ec275e23c",
        "2a4929b0-3056-48ed-90f7-a0b58ab42329"
    ],
    "album": "Eclipse",
    "release_id": null,
    "release_group_id": "3329bc3e-7eaf-48bb-adec-1be6bf92e205",
    "labels": [
        "Vega Records"
    ],
    "label_ids": [
        "03546e40-571c-4ed9-93f1-21441588bedd"
    ],
    "release_date": "2013-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}