Information about plays

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

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

{
    "id": 3597573,
    "uri": "https://api.kexp.org/v2/plays/3597573/?format=api",
    "airdate": "2025-12-29T10:17:49-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyday People",
    "track_id": null,
    "recording_id": "aaa40e12-63bf-4e9a-ba9a-b6baa8515105",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Free Soul. The Classic of Sly & The Family Stone",
    "release_id": null,
    "release_group_id": "15d4d8eb-d634-4bd6-8d95-20905a0f8370",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}