Information about plays

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

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

{
    "id": 3519521,
    "uri": "https://api.kexp.org/v2/plays/3519521/?format=api",
    "airdate": "2025-06-27T12:44:42-07:00",
    "show": 63850,
    "show_uri": "https://api.kexp.org/v2/shows/63850/?format=api",
    "image_uri": "https://ia801506.us.archive.org/12/items/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3-16545770243_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/12/items/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3-16545770243_thumb250.jpg",
    "song": "I Was Made to Love Her",
    "track_id": "32d2cb1e-1c32-31cb-b23d-e60ce939c47f",
    "recording_id": "3074d9d1-206d-4632-a5b2-91047e10f0f0",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul",
    "release_id": "15f16c5b-2c84-4b01-af15-0500dfe011e3",
    "release_group_id": "479f572c-b1bf-3ecf-a6d6-27d2f45cd5cb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written by Wonder, his mother Lula Mae Hardaway, Motown songwriter Sylvia Moy, and producer Henry Cosby. Wonder's mother co-wrote many of Wonder's songs during her son's teenage years. She was nominated for the 1970 Grammy Award for Best R&B Song for co-penning \"Signed, Sealed, Delivered I'm Yours.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}