Information about plays

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

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

{
    "id": 3559420,
    "uri": "https://api.kexp.org/v2/plays/3559420/?format=api",
    "airdate": "2025-09-30T00:54:21-07:00",
    "show": 64704,
    "show_uri": "https://api.kexp.org/v2/shows/64704/?format=api",
    "image_uri": "https://coverartarchive.org/release/b071b8e5-4a45-44ea-9481-a7dc784f38fe/25193155338-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b071b8e5-4a45-44ea-9481-a7dc784f38fe/25193155338-250.jpg",
    "song": "La Panthère (Sepehr's Pantheress Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kamoun",
    "artist_ids": [],
    "album": "Wave Prophecy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dance Data"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}