Information about plays

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

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

{
    "id": 3572892,
    "uri": "https://api.kexp.org/v2/plays/3572892/?format=api",
    "airdate": "2025-11-02T01:58:32-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/be23e330-7016-4927-b86f-489b6d9ff9a2/36630669658-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be23e330-7016-4927-b86f-489b6d9ff9a2/36630669658-250.jpg",
    "song": "Silk Ash Cascade",
    "track_id": null,
    "recording_id": "c17ae4f9-0efa-468f-a3a1-6a760f8ebf0f",
    "artist": "GridLink",
    "artist_ids": [
        "767e4492-183d-4d16-b0ea-b27995e7264c"
    ],
    "album": "Coronet Juniper",
    "release_id": null,
    "release_group_id": "91246f0e-2d19-42f1-82e4-c07e03d2ba8e",
    "labels": [
        "Willowtip"
    ],
    "label_ids": [
        "01258062-3a8e-4fc6-912e-8bb9ef4877e7"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1:06:29\n\nGridlink announced that they would be splitting up after the release of Coronet Jupiter, but members formed Barren Path shortly after.\n\nhttps://gridlink.bandcamp.com/album/perfect-amber\nhttps://barrenpath.bandcamp.com/album/grieving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}