Information about plays

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

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

{
    "id": 3566612,
    "uri": "https://api.kexp.org/v2/plays/3566612/?format=api",
    "airdate": "2025-10-18T03:57:21-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://coverartarchive.org/release/82aa7529-cdea-4f98-993a-ee7381538d5f/23439916301-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82aa7529-cdea-4f98-993a-ee7381538d5f/23439916301-250.jpg",
    "song": "Tinseltown in the Rain",
    "track_id": null,
    "recording_id": "0d7e5e75-6833-4103-94a2-f7a74d42c2e9",
    "artist": "The Blue Nile",
    "artist_ids": [
        "13453b40-1d9c-4281-b73f-b7c1b45c7ebd"
    ],
    "album": "A Walk Across the Rooftops",
    "release_id": null,
    "release_group_id": "f5bb7c5e-4153-3bcf-9a3b-14d59de5e875",
    "labels": [
        "Confetti Records"
    ],
    "label_ids": [
        "1809ad3a-5293-407d-b053-02fa48a294ab"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, an ode to Glasgow, was the second single from Scottish band The Blue Nile's debut album, 1984's \"A Walk Across the Rooftops.\" Someone wrote, \"Still timeless, beautiful, melancholy. IMHO the best debut album of all time.\" Here's a 2021 retrospective: https://www.classicpopmag.com/2021/11/making-the-blue-nile-a-walk-across-the-rooftops/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}