Information about plays

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

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

{
    "id": 3597579,
    "uri": "https://api.kexp.org/v2/plays/3597579/?format=api",
    "airdate": "2025-12-29T10:41:53-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "https://coverartarchive.org/release/295710bf-5f7a-4851-8405-6bbb616659cd/41691512872-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/295710bf-5f7a-4851-8405-6bbb616659cd/41691512872-250.jpg",
    "song": "The Way You Do the Things You Do",
    "track_id": null,
    "recording_id": "bc886fcf-7029-47ac-8256-eda4800105c7",
    "artist": "The Temptations",
    "artist_ids": [],
    "album": "The Way You Do the Things You Do / Just Let Me Know",
    "release_id": null,
    "release_group_id": "502af38b-ca91-4394-9c2c-d645030bb7f6",
    "labels": [],
    "label_ids": [],
    "release_date": "1964-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Temptations is an American vocal group formed in Detroit, Michigan, in 1961 as The Elgins, known for their string of successful singles and albums with Motown from the 1960s to the mid-1970s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}