Information about plays

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

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

{
    "id": 3639530,
    "uri": "https://api.kexp.org/v2/plays/3639530/?format=api",
    "airdate": "2026-04-08T16:35:27-07:00",
    "show": 66401,
    "show_uri": "https://api.kexp.org/v2/shows/66401/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf2a590f-957f-40a7-95ef-8f93de5f82f0/4920966355-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf2a590f-957f-40a7-95ef-8f93de5f82f0/4920966355-250.jpg",
    "song": "Fell in Love (At the Water)",
    "track_id": null,
    "recording_id": "d6e2c73d-7d12-4b48-8cf4-85063c45e4df",
    "artist": "Candy Claws",
    "artist_ids": [
        "da5eaa3b-397e-4af8-9a12-5c4ec93e8b48"
    ],
    "album": "Ceres & Calypso in the Deep Time",
    "release_id": null,
    "release_group_id": "5563d737-dba9-4930-ab05-3b0817816dd5",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music from Fort Collins, CO-based dream pop band Candy Claws! https://candyclaws.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}