Information about plays

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

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

{
    "id": 3630032,
    "uri": "https://api.kexp.org/v2/plays/3630032/?format=api",
    "airdate": "2026-03-17T04:37:37-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e09970b-fd07-4a9e-81b7-d1e21e3499cb/41490858147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e09970b-fd07-4a9e-81b7-d1e21e3499cb/41490858147-250.jpg",
    "song": "Fin",
    "track_id": null,
    "recording_id": "9e9d6a62-58b8-4751-9971-24b43202fd14",
    "artist": "Gunn-Truscinski Duo",
    "artist_ids": [
        "a2e108e3-8b4f-4886-823f-45202d1d8530"
    ],
    "album": "Flam",
    "release_id": null,
    "release_group_id": "1a0aca1e-a416-4ae7-81d6-fde8de0de455",
    "labels": [
        "Three Lobed Recordings"
    ],
    "label_ids": [
        "bc6a5654-ca50-4fc9-9bed-13ed989c8d11"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://gunntruscinskiduo.bandcamp.com/album/flam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}