Information about plays

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

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

{
    "id": 3641744,
    "uri": "https://api.kexp.org/v2/plays/3641744/?format=api",
    "airdate": "2026-04-13T23:57:26-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/97508279-e7d3-4303-8f2a-483119ce41c7/41615237044-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97508279-e7d3-4303-8f2a-483119ce41c7/41615237044-250.jpg",
    "song": "Felines",
    "track_id": null,
    "recording_id": null,
    "artist": "Front 242",
    "artist_ids": [
        "8fb6c00f-61d8-4f27-98f9-53e1ba481626"
    ],
    "album": "Front by Front",
    "release_id": null,
    "release_group_id": "a3ca4232-fc0a-3afd-aee6-473e5a1bb321",
    "labels": [
        "Wax Trax!"
    ],
    "label_ids": [],
    "release_date": "1988-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cats love industrial music\" - me (and probably Sharlese, too)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}