Information about plays

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

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

{
    "id": 3580451,
    "uri": "https://api.kexp.org/v2/plays/3580451/?format=api",
    "airdate": "2025-11-20T01:07:10-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3ea54a4-4e65-4759-bad0-3d708b6f6bd8/22718974439-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3ea54a4-4e65-4759-bad0-3d708b6f6bd8/22718974439-250.jpg",
    "song": "What About This Love",
    "track_id": null,
    "recording_id": "013bdcc1-4998-48a6-b420-bb0d5ab527c0",
    "artist": "Mr. Fingers",
    "artist_ids": [
        "1e47567e-5192-43b9-af98-75e4998f9e52"
    ],
    "album": "What About This Love",
    "release_id": null,
    "release_group_id": "2b83dd3b-597e-3e76-93ef-192d9f1cb3ad",
    "labels": [
        "Alleviated Records"
    ],
    "label_ids": [
        "755a8834-776c-4c1d-a609-853da9e3bcdc"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring a smooth vocal from the deep house pioneer himself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}