Information about plays

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

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

{
    "id": 3547416,
    "uri": "https://api.kexp.org/v2/plays/3547416/?format=api",
    "airdate": "2025-09-01T03:52:16-07:00",
    "show": 64443,
    "show_uri": "https://api.kexp.org/v2/shows/64443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Through My Head",
    "track_id": null,
    "recording_id": null,
    "artist": "3%",
    "artist_ids": [],
    "album": "Running Through My Head",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3% described 'Running Through My Head' as their take on iconic material, exploring how words and moments can linger. “Some things keep running repeatedly through your head. This track is an outlet — made for anyone who’s felt that weight. We find strength and solidarity in each other. Volume up and full send on this one,”.\nhttps://au.rollingstone.com/music/music-news/3-running-through-my-head-single-80580/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}