Information about plays

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

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

{
    "id": 3620720,
    "uri": "https://api.kexp.org/v2/plays/3620720/?format=api",
    "airdate": "2026-02-22T07:36:44-08:00",
    "show": 66000,
    "show_uri": "https://api.kexp.org/v2/shows/66000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "somuchlove",
    "track_id": null,
    "recording_id": null,
    "artist": "John Keek",
    "artist_ids": [
        "e17fec22-ab84-4bf2-89e3-57310d77534d"
    ],
    "album": "somuchlove",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "spirits"
    ],
    "label_ids": [],
    "release_date": "2025-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Late 2025 single from John Keek in collaboration with Andrew Aged and Mk.gee ~ https://www.instagram.com/johnkeek",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}