Information about plays

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

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

{
    "id": 3562655,
    "uri": "https://api.kexp.org/v2/plays/3562655/?format=api",
    "airdate": "2025-10-08T10:09:55-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd0946e3-d1ac-4e2c-87e5-57eafec05e7d/11232338992-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd0946e3-d1ac-4e2c-87e5-57eafec05e7d/11232338992-250.jpg",
    "song": "Movin’ Out (Anthony’s Song)",
    "track_id": null,
    "recording_id": "03e034b8-6e0e-469b-b6ec-83f352252d28",
    "artist": "Billy Joel",
    "artist_ids": [
        "64b94289-9474-4d43-8c93-918ccc1920d1"
    ],
    "album": "The Stranger",
    "release_id": null,
    "release_group_id": "735bcee6-6be6-3957-af15-d21ba2bd355b",
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [
        "c9a4ea86-7611-4fff-9f4f-41f18be7e14b"
    ],
    "release_date": "1977-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#332\n\n\"Joel first wrote this song to a soft ballad mystery tune he had in his head. When he performed it for his band in the studio, they informed him WHERE he got the tune - it was identical to Neil Sedaka's \"Laughter In The Rain.\" Embarrassed, Joel changed it to a more rocking tune.\"\n\nhttps://www.songfacts.com/facts/billy-joel/movin-out-anthonys-song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}