Information about plays

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

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

{
    "id": 3551597,
    "uri": "https://api.kexp.org/v2/plays/3551597/?format=api",
    "airdate": "2025-09-11T06:05:04-07:00",
    "show": 64531,
    "show_uri": "https://api.kexp.org/v2/shows/64531/?format=api",
    "image_uri": "https://ia802907.us.archive.org/33/items/mbid-d327f639-14c4-446f-bdba-30815628cb85/mbid-d327f639-14c4-446f-bdba-30815628cb85-25960164427_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-d327f639-14c4-446f-bdba-30815628cb85/mbid-d327f639-14c4-446f-bdba-30815628cb85-25960164427_thumb250.jpg",
    "song": "Roads Girdle the Globe",
    "track_id": "2c8111c6-08d1-3d21-93db-b99a39a07bea",
    "recording_id": "aef56852-cb45-4fa3-a051-2e6fabc27854",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Drums and Wires",
    "release_id": "fd23631a-2b5b-303e-b672-2c90f0edf5c5",
    "release_group_id": "b2b0f57f-2caf-31b4-a2b1-ad245c3c7af2",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2002-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drums and Wires is the third studio album by the English rock band XTC, released in 1979 on Virgin Records. It is a more pop-oriented affair than the band's previous, Go 2 (1978), and was named for its emphasis on guitars (\"wires\") and expansive-sounding drums. The album was their first issued in the United States and their first recorded with guitarist Dave Gregory, who had replaced keyboardist Barry Andrews earlier in 1979. It features a mix of pop, art rock, new wave and punk styles with much rhythmic interplay between XTC's two guitarists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}