Information about plays

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

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

{
    "id": 3604085,
    "uri": "https://api.kexp.org/v2/plays/3604085/?format=api",
    "airdate": "2026-01-14T01:59:16-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Align",
    "track_id": null,
    "recording_id": "ab609e44-2340-4bae-a62d-9fc107b10115",
    "artist": "Aby Wolf",
    "artist_ids": [
        "1dd14954-240b-4a09-be19-0c9ca01a9984"
    ],
    "album": "Wolf Lords",
    "release_id": null,
    "release_group_id": "d85cf84b-ddf5-4e74-9cbd-b53ae3fefe4c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aby Wolf is a Minneapolis-based vocalist, music maker, and passionate collaborator with an elastic skillset. Whether writing vocal arrangements, fulfilling commissions, or performing in clubs, theaters, and schools everywhere from Brainerd to Bratislava to Beijing, Aby brings a palpable element of joy to whatever endeavor she pursues. https://abywolf.bandcamp.com/track/align",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}