Information about plays

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

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

{
    "id": 3551088,
    "uri": "https://api.kexp.org/v2/plays/3551088/?format=api",
    "airdate": "2025-09-10T01:00:37-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://ia600209.us.archive.org/25/items/mbid-fcb2858e-81e4-456f-a59e-d0d2e1b9919e/mbid-fcb2858e-81e4-456f-a59e-d0d2e1b9919e-7135784939_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/25/items/mbid-fcb2858e-81e4-456f-a59e-d0d2e1b9919e/mbid-fcb2858e-81e4-456f-a59e-d0d2e1b9919e-7135784939_thumb250.jpg",
    "song": "Still Life",
    "track_id": "f03b5880-12ad-31b3-8212-761886723584",
    "recording_id": "41999e4f-9a3c-4684-b7f4-429d651f91b0",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Skying",
    "release_id": "fcb2858e-81e4-456f-a59e-d0d2e1b9919e",
    "release_group_id": "a4044de5-04c2-49f1-b033-1ff0404d796d",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2011-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Still Life\" by The Horrors explores the concept of patience, acceptance, and the passage of time. The song suggests that there are moments and experiences in life that cannot be rushed or forced. It urges the listener to slow down and allow things to unfold naturally.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}