Information about plays

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

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

{
    "id": 3561585,
    "uri": "https://api.kexp.org/v2/plays/3561585/?format=api",
    "airdate": "2025-10-05T09:30:58-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/a21aee6e-acff-4e3c-af72-9fe95bd63da2/14380391074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a21aee6e-acff-4e3c-af72-9fe95bd63da2/14380391074-250.jpg",
    "song": "Shame, Shame, Shame (vocal)",
    "track_id": null,
    "recording_id": "ba222e5c-881f-45c9-9a22-a299e22cb119",
    "artist": "Shirley & Company",
    "artist_ids": [
        "73034184-6a52-4b10-8ec9-55f2b850a0cd"
    ],
    "album": "Shame, Shame, Shame",
    "release_id": null,
    "release_group_id": "007b6d50-b87f-45bb-ab64-d6237dc9235d",
    "labels": [
        "Vibration"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track, with its prominent use of the Bo Diddley beat, was one of the first international disco hits. It stayed at number one on the Billboard disco/dance charts for four weeks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}