Information about plays

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

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

{
    "id": 3583666,
    "uri": "https://api.kexp.org/v2/plays/3583666/?format=api",
    "airdate": "2025-11-27T13:08:31-08:00",
    "show": 65224,
    "show_uri": "https://api.kexp.org/v2/shows/65224/?format=api",
    "image_uri": "https://coverartarchive.org/release/95412e26-3df4-4bff-bd80-46cffa5db06b/32462490021-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95412e26-3df4-4bff-bd80-46cffa5db06b/32462490021-250.jpg",
    "song": "The Sign",
    "track_id": null,
    "recording_id": "d2df9667-1ea7-4e0e-b68a-3b3d8aa66224",
    "artist": "Ace of Base",
    "artist_ids": [
        "d4a1404d-e00c-4bac-b3ba-e3557f6468d6"
    ],
    "album": "All That She Wants: The Classic Collection",
    "release_id": null,
    "release_group_id": "32341847-bb7c-470d-af77-057f2db64d3a",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1994!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}