Information about plays

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

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

{
    "id": 3584444,
    "uri": "https://api.kexp.org/v2/plays/3584444/?format=api",
    "airdate": "2025-11-29T08:16:21-08:00",
    "show": 65240,
    "show_uri": "https://api.kexp.org/v2/shows/65240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Matt Cameron",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "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": "Matt Cameron is the drummer for Soundgarden and was the drummer for Pearl Jam for 27 years. Before then he played in influential Seattle bands that helped form grunge including Bam Bam, Skin Yard, and Temple of the Dog. Cameron talks about his career and how he’s been able to keep at it for more than 40 years.\n\nhttps://www.kexp.org/podcasts/a-deeper-listen/2025/1/28/the-career-of-soundgarden-and-pearl-jam-drummer-matt-cameron/",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}