Information about plays

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

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

{
    "id": 3656610,
    "uri": "https://api.kexp.org/v2/plays/3656610/?format=api",
    "airdate": "2026-05-19T00:56:10-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/dbdeb9d2-6cd9-4b22-826e-56f5ba6116f7/40388792402-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dbdeb9d2-6cd9-4b22-826e-56f5ba6116f7/40388792402-250.jpg",
    "song": "ER 10",
    "track_id": null,
    "recording_id": null,
    "artist": "Oma Totem",
    "artist_ids": [],
    "album": "Exercicis Rítmics 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hivern Discs"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}