Information about plays

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

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

{
    "id": 3567094,
    "uri": "https://api.kexp.org/v2/plays/3567094/?format=api",
    "airdate": "2025-10-19T06:19:55-07:00",
    "show": 64875,
    "show_uri": "https://api.kexp.org/v2/shows/64875/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Matsumoto",
    "track_id": null,
    "recording_id": null,
    "artist": "Emily A. Sprague",
    "artist_ids": [],
    "album": "Cloud Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's epic blissout track is the 10-minute long piece \"Matsumoto\" taken off Emily A. Sprague's wonderful new album 'Cloud Time' ~ https://mlesprg.bandcamp.com/album/cloud-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}