Information about plays

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

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

{
    "id": 3581176,
    "uri": "https://api.kexp.org/v2/plays/3581176/?format=api",
    "airdate": "2025-11-21T20:27:09-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Letting Go (Wonder Beats)",
    "track_id": null,
    "recording_id": "c9b8f889-66ae-4307-b74a-65e84d206cc9",
    "artist": "Wayne Wonder",
    "artist_ids": [
        "fa5ecc27-10f6-41eb-90ac-9498a2bf6b43"
    ],
    "album": "No Letting Go (Dance Mixes)",
    "release_id": null,
    "release_group_id": "c8de83d0-b13d-4520-823a-1160185e4a5a",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}