Information about plays

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

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

{
    "id": 3598287,
    "uri": "https://api.kexp.org/v2/plays/3598287/?format=api",
    "airdate": "2025-12-31T03:59:39-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6e7647b-ceaf-471a-b4c2-33c6552e6357/35233915292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6e7647b-ceaf-471a-b4c2-33c6552e6357/35233915292-250.jpg",
    "song": "Kiss From a Rose (Kicks From a Rhodes)",
    "track_id": null,
    "recording_id": "db490b34-d244-4a78-9f78-0dd74f5bd073",
    "artist": "Seal",
    "artist_ids": [
        "f053ae01-dae6-4aae-9883-e8c279fdbef4"
    ],
    "album": "Kiss From a Rose",
    "release_id": null,
    "release_group_id": "149c32a8-7159-4358-a490-cd1a10bf0721",
    "labels": [
        "ZTT"
    ],
    "label_ids": [
        "ed845c80-883e-4569-9d11-2f40117ab840"
    ],
    "release_date": "1994-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=XxhRBHoARFM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}