Information about plays

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

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

{
    "id": 3552159,
    "uri": "https://api.kexp.org/v2/plays/3552159/?format=api",
    "airdate": "2025-09-12T16:21:04-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia801208.us.archive.org/9/items/mbid-51dd39ef-8e73-420e-9f18-649d0d923109/mbid-51dd39ef-8e73-420e-9f18-649d0d923109-10919843616_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/9/items/mbid-51dd39ef-8e73-420e-9f18-649d0d923109/mbid-51dd39ef-8e73-420e-9f18-649d0d923109-10919843616_thumb250.jpg",
    "song": "Baby, I Love You",
    "track_id": "21fc494a-aff9-3d3d-86f6-2f0125fb4fbd",
    "recording_id": "26a3f484-ddbf-4f30-9548-9518bdcf9857",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "End of the Century",
    "release_id": "51dd39ef-8e73-420e-9f18-649d0d923109",
    "release_group_id": "b46e3fa3-f066-311b-a096-8c8b9353dab8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ramones covering Baby, I Love You by the Ronettes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}