Information about plays

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

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

{
    "id": 3586784,
    "uri": "https://api.kexp.org/v2/plays/3586784/?format=api",
    "airdate": "2025-12-04T16:06:26-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tricky Turtle",
    "track_id": null,
    "recording_id": "adb758a6-3733-4d56-8360-fa80eb271ac6",
    "artist": "Blockhead",
    "artist_ids": [
        "3bd76ebe-c7dc-47bd-a8af-9e46d2a4f782"
    ],
    "album": "The Music Scene",
    "release_id": null,
    "release_group_id": "36505a19-6a48-4515-a807-336a0cb1cc44",
    "labels": [],
    "label_ids": [],
    "release_date": "2009-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blockhead is Tony Simon, NYC-based producer and DJ. He's also produced tracks for Aesop Rock - who he met at Boston University when they were both students. At that point, Simon quit rapping to focus on producing music. According to him, his stage name comes from the shape of his head: \"While it's not square, it's pretty close.\"\n\nhttps://blockheadnyc.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}