Information about plays

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

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

{
    "id": 3547532,
    "uri": "https://api.kexp.org/v2/plays/3547532/?format=api",
    "airdate": "2025-09-01T10:31:07-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://coverartarchive.org/release/f68533d0-b57f-46ca-bded-190a75972331/42722492112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f68533d0-b57f-46ca-bded-190a75972331/42722492112-250.jpg",
    "song": "Conga",
    "track_id": null,
    "recording_id": "c7a0fed2-988b-43d2-b7ff-4055fcad868f",
    "artist": "Miami Sound Machine",
    "artist_ids": [
        "72b3b981-92b7-4b5c-8a83-35717358b76e"
    ],
    "album": "Primitive Love",
    "release_id": null,
    "release_group_id": "f9f909ab-f88e-3f77-a9b9-e3590604f12b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1985-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Gloria Estefan! Estefan is an eight-time Grammy Award winner, a Presidential Medal of Freedom recipient, and has been named one of the Top 100 greatest artists of all time by both VH1 and Billboard.[2] Estefan's record sales exceed 100 million worldwide, making her one of the best-selling female singers of all time.\n\nhttps://gloriaestefan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}