Information about plays

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

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

{
    "id": 3598056,
    "uri": "https://api.kexp.org/v2/plays/3598056/?format=api",
    "airdate": "2025-12-30T15:45:17-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunny Sunny Cold Cold Day",
    "track_id": null,
    "recording_id": "784ee2b2-6a20-4717-80e5-f2e612dca958",
    "artist": "Herman Dune",
    "artist_ids": [
        "d5a7104a-aad6-4827-8ef5-680041ae80a8"
    ],
    "album": "Mas Cambios",
    "release_id": null,
    "release_group_id": "1dde700d-b8b0-33d2-869e-3d14cbf7757c",
    "labels": [
        "The Track and Field Organisation"
    ],
    "label_ids": [
        "020cc7b3-834f-4b04-980a-b1b0b57f3901"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Herman Dune is a Swedish-French act based in San Pedro, Los Angeles. In 2000, they released their debut album, Turn Off the Light.\n---\nhttps://herman-dune.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}