Information about plays

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

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

{
    "id": 3551075,
    "uri": "https://api.kexp.org/v2/plays/3551075/?format=api",
    "airdate": "2025-09-10T00:22:27-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f9c3639-6be2-44a5-8f4f-91c2bdc75393/22010357338-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f9c3639-6be2-44a5-8f4f-91c2bdc75393/22010357338-250.jpg",
    "song": "Multi-Family Garage Sale",
    "track_id": null,
    "recording_id": "488ba685-31a0-4c4c-9878-5d5583ebc4f6",
    "artist": "Land of the Loops",
    "artist_ids": [
        "9f5465e3-79f4-4d43-9543-11278e136ee2"
    ],
    "album": "Multi-Family Garage Sale",
    "release_id": null,
    "release_group_id": "30b5aa56-fbca-4fe1-87d2-3b879af37e21",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Land of the Loops was the alias of Brooklyn-based sonic collagist Alan Sutherland, a veteran of several short-lived bands who turned to quirky electronica after his parents bought him a sampler for college graduation.\nhttps://bit.ly/3x2j4BJ\n\nhttps://landoftheloops.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}