Information about plays

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

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

{
    "id": 3590772,
    "uri": "https://api.kexp.org/v2/plays/3590772/?format=api",
    "airdate": "2025-12-13T21:36:09-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Place For Peace",
    "track_id": null,
    "recording_id": null,
    "artist": "Wiccans",
    "artist_ids": [
        "464d8e14-1a4a-48d6-b85c-957f224197bc"
    ],
    "album": "Phase IV",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Unlawful Assembly"
    ],
    "label_ids": [
        "98360615-2155-4e40-97b5-d35e81eebfa3"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Austin, TX\nhttps://wiccanspunk.bandcamp.com/album/phase-iv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}