Information about plays

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

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

{
    "id": 3560678,
    "uri": "https://api.kexp.org/v2/plays/3560678/?format=api",
    "airdate": "2025-10-03T02:18:08-07:00",
    "show": 64730,
    "show_uri": "https://api.kexp.org/v2/shows/64730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I want to be an American",
    "track_id": null,
    "recording_id": null,
    "artist": "Mute Frank",
    "artist_ids": [],
    "album": "The American",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mute Frank is a “pop punk” “band” from “Finland” that refuses to stop releasing way too much “music” all the goddamn time.\n\nhttps://www.instagram.com/mutefrankofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}