Information about plays

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

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

{
    "id": 3599560,
    "uri": "https://api.kexp.org/v2/plays/3599560/?format=api",
    "airdate": "2026-01-03T06:22:07-08:00",
    "show": 65549,
    "show_uri": "https://api.kexp.org/v2/shows/65549/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d6c28b5-c1d6-4509-8c44-09222a69ba1f/20992617794-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d6c28b5-c1d6-4509-8c44-09222a69ba1f/20992617794-250.jpg",
    "song": "A Trick of the Light",
    "track_id": null,
    "recording_id": "41240d8d-4fe6-40f6-9f5d-b72aea0afe44",
    "artist": "Villagers",
    "artist_ids": [
        "22f6ed4d-c1ce-4f7b-8e69-a5761a9de9aa"
    ],
    "album": "The Art of Pretending to Swim",
    "release_id": null,
    "release_group_id": "292a0ccf-f934-436b-b27d-55e4a9bcd997",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}