Information about plays

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

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

{
    "id": 3594555,
    "uri": "https://api.kexp.org/v2/plays/3594555/?format=api",
    "airdate": "2025-12-22T17:33:46-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jeunes versants Feat. Malik Djoudi",
    "track_id": null,
    "recording_id": null,
    "artist": "Frànçois & the Atlas Mountains",
    "artist_ids": [
        "63862e0f-4e06-458e-88d7-2baabbf27398"
    ],
    "album": "Âge Fleuve",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "InFiné Éditions"
    ],
    "label_ids": [
        "23b70723-a105-4900-906e-d7af8b41ee78"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Age Fleuve” invites listeners to immerse themselves in a landscape where memories are the water that shapes us, carrying us through the fleeting yet eternal nature of existence. - \n\nhttps://francoisandtheatlasmountains.bandcamp.com/album/ge-fleuve-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}