Information about plays

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

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

{
    "id": 3583899,
    "uri": "https://api.kexp.org/v2/plays/3583899/?format=api",
    "airdate": "2025-11-28T02:58:11-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://coverartarchive.org/release/98b27c6d-7dd2-40aa-948c-eaec3bd049ef/15170277191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98b27c6d-7dd2-40aa-948c-eaec3bd049ef/15170277191-250.jpg",
    "song": "Chicken",
    "track_id": null,
    "recording_id": "44686501-697c-4b45-9c6e-7eafef0bde9c",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Life",
    "release_id": null,
    "release_group_id": "ddf2e151-0f01-3880-97da-80db56ebb30d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1968-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}