Information about plays

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

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

{
    "id": 3525021,
    "uri": "https://api.kexp.org/v2/plays/3525021/?format=api",
    "airdate": "2025-07-10T04:44:17-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccf5ef28-0ac2-4d70-b037-7bdb1f76af57/28783785547-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccf5ef28-0ac2-4d70-b037-7bdb1f76af57/28783785547-250.jpg",
    "song": "Blinded by the Light",
    "track_id": null,
    "recording_id": "431b3d53-2783-46fd-9bb4-e1410f2941b6",
    "artist": "Manfred Mann’s Earth Band",
    "artist_ids": [
        "83e9c775-84ea-4cf6-abdf-b9ffa8c3d060"
    ],
    "album": "The Roaring Silence",
    "release_id": null,
    "release_group_id": "1c48487e-ae95-3197-9158-dbc23a26cc5d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1976-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This cover of the Bruce Springsteen song (from The Boss' 1973 debut) reached #1 on the Billboard Hot 100",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}