Information about plays

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

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

{
    "id": 3551754,
    "uri": "https://api.kexp.org/v2/plays/3551754/?format=api",
    "airdate": "2025-09-11T15:42:58-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/175f4e09-359e-489f-a379-9ab0162dce8a/2543200919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/175f4e09-359e-489f-a379-9ab0162dce8a/2543200919-250.jpg",
    "song": "Atomic Dog",
    "track_id": null,
    "recording_id": "b5027624-f972-4d5c-9189-8b5737a6f0dd",
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "Computer Games",
    "release_id": null,
    "release_group_id": "69c24df5-fd91-3765-9ad5-f8172f48a91c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1982-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sly Stone called this 4 minute and 46 second song “‘the truest funky piece of music that there is.” \n--\n“It must have some sort of primal vibe to it,”  said George Clinton . “[It is] Animal instinct…and basically it’s an instinctive type of groove…everybody wants to dance to it.”\n--\nHere's a terrific essay about the power of this song: https://medium.com/@worldofalex/atomic-dog-the-song-with-the-staying-power-reach-and-effect-that-cant-be-explained-18279ac10890",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}