Information about plays

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

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

{
    "id": 3531064,
    "uri": "https://api.kexp.org/v2/plays/3531064/?format=api",
    "airdate": "2025-07-24T07:56:57-07:00",
    "show": 64098,
    "show_uri": "https://api.kexp.org/v2/shows/64098/?format=api",
    "image_uri": "https://ia802804.us.archive.org/34/items/mbid-7d832f92-2b3f-494e-aca1-8ab35636297c/mbid-7d832f92-2b3f-494e-aca1-8ab35636297c-6070857405_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/34/items/mbid-7d832f92-2b3f-494e-aca1-8ab35636297c/mbid-7d832f92-2b3f-494e-aca1-8ab35636297c-6070857405_thumb250.jpg",
    "song": "I Don't Know Why I Love You",
    "track_id": "938c0049-a61a-48b8-8fd3-4f57fc2cdc26",
    "recording_id": "11ff7767-de79-498d-8925-46ef7ecd3e9e",
    "artist": "The House of Love",
    "artist_ids": [
        "cbaf677b-4f80-4663-8c2c-9197ec9d214a"
    ],
    "album": "The House Of Love",
    "release_id": "3276380b-7548-4a31-ac7c-ce2f635fef1b",
    "release_group_id": "a23de768-8e8a-32d5-a383-e58c807ed2c2",
    "labels": [
        "Fontana",
        "PolyGram"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610",
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When this song, written and sung by Guy Chadwick, was released, one critic described it as \"\"pleading, bleeding pop genius.\" \n--\nSee The House of Love perform the song live in Boston in 2022: https://www.youtube.com/watch?v=RaUewqPBVWw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}