Information about plays

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

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

{
    "id": 3535523,
    "uri": "https://api.kexp.org/v2/plays/3535523/?format=api",
    "airdate": "2025-08-03T20:02:39-07:00",
    "show": 64192,
    "show_uri": "https://api.kexp.org/v2/shows/64192/?format=api",
    "image_uri": "https://coverartarchive.org/release/02fc1296-a339-48b7-afe6-deb454ba4330/18056000305-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/02fc1296-a339-48b7-afe6-deb454ba4330/18056000305-250.jpg",
    "song": "I Belong to You",
    "track_id": null,
    "recording_id": "096b315e-8c6e-490b-812e-5ff82f667c5c",
    "artist": "Whitney Houston",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228"
    ],
    "album": "I Belong to You",
    "release_id": null,
    "release_group_id": "09759967-d723-440a-9f62-9167709d55a3",
    "labels": [
        "Arista Records"
    ],
    "label_ids": [
        "5de5e584-0f4b-4190-a860-57468fd129f6"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Whitney Houston released \"I Belong to You\" as the fifth single from her third studio album, I'm Your Baby Tonight.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}