Information about plays

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

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

{
    "id": 3640658,
    "uri": "https://api.kexp.org/v2/plays/3640658/?format=api",
    "airdate": "2026-04-11T08:17:07-07:00",
    "show": 66423,
    "show_uri": "https://api.kexp.org/v2/shows/66423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seconds",
    "track_id": null,
    "recording_id": "a703437b-631c-49a8-bf26-0eb12671be25",
    "artist": "Joe Dukie & DJ Fitchie",
    "artist_ids": [
        "cf067e8c-22ef-4c83-b318-8ae308021845"
    ],
    "album": "Seconds",
    "release_id": null,
    "release_group_id": "4601bfcf-353f-4e5e-9380-95a4b956d5f9",
    "labels": [
        "Especial Distribution"
    ],
    "label_ids": [
        "df392c13-58c3-4f97-967b-6969097377a4"
    ],
    "release_date": "2005-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\n--\nJoe Dukie, aka Dallas Tamaira, and DJ Fitchie, aka Chris Faiumu, are central artists to the group Fat Freddy's Drop and sometimes use these aliases for that group.\nhttps://fatfreddysdrop.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}