Information about plays

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

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

{
    "id": 3567170,
    "uri": "https://api.kexp.org/v2/plays/3567170/?format=api",
    "airdate": "2025-10-19T11:40:44-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfume",
    "track_id": null,
    "recording_id": "91c79a68-06b8-4323-b6f4-7b6b0a82ba99",
    "artist": "The Charades",
    "artist_ids": [
        "1f951a62-ba94-4352-8351-4bbe4bbcf198"
    ],
    "album": "C is for Charades",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Earth Libraries"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA based band drawing inspiration from Otis Redding, 1960's exotica, as well as the evocative storytelling of David Lynch and classic film scores\nhttps://thecharadesduo.bandcamp.com/album/c-is-for-charades",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}