Information about plays

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

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

{
    "id": 3564174,
    "uri": "https://api.kexp.org/v2/plays/3564174/?format=api",
    "airdate": "2025-10-12T10:51:42-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Only One",
    "track_id": null,
    "recording_id": null,
    "artist": "Will Wordon",
    "artist_ids": [],
    "album": "The Only One & All The Others",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "V Recordings"
    ],
    "label_ids": [
        "6d44386b-dc7c-4bba-966b-52fe641ad4d0"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Texas singer moved to California after dropping out of business school and got inspired by Merle Haggard, Gram Parsons, and Phil Spector as he recorded this album.\nhttps://www.lonesomehighway.com/interviewsold/2025/5/16/will-worden-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}