Information about plays

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

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

{
    "id": 3612191,
    "uri": "https://api.kexp.org/v2/plays/3612191/?format=api",
    "airdate": "2026-02-02T07:34:50-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/20be72db-282f-4c75-b9bb-92223582ca6e/1673806588-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20be72db-282f-4c75-b9bb-92223582ca6e/1673806588-250.jpg",
    "song": "Do I Do",
    "track_id": null,
    "recording_id": "464f6a77-c4d6-4f7a-8e88-26d6f2ff02f7",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stevie Wonder’s Original Musiquarium I",
    "release_id": null,
    "release_group_id": "6c6dec89-1f38-3054-a814-23bd33faabff",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Do I Do\" is a song written and performed by singer, songwriter and musician Stevie Wonder, first released in 1982 on the compilation album, Stevie Wonder's Original Musiquarium I. The single peaked at #2 on the US Billboard soul chart and #13 on the Billboard Hot 100. On the Billboard dance chart, \"Do I Do\" went to number one for two weeks. Overseas, it reached #10 in the UK.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}