Information about plays

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

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

{
    "id": 3539358,
    "uri": "https://api.kexp.org/v2/plays/3539358/?format=api",
    "airdate": "2025-08-12T23:19:30-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://coverartarchive.org/release/ede1c200-5334-4d4b-817e-c750f5b6cffa/39601332122-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ede1c200-5334-4d4b-817e-c750f5b6cffa/39601332122-250.jpg",
    "song": "Was Dog a Doughnut?",
    "track_id": null,
    "recording_id": "e8523181-ce26-4f3d-a52e-7bbc8fb8595d",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Izitso",
    "release_id": null,
    "release_group_id": "080388d5-b8d6-3953-a31b-799a6a5a6aee",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Izitso is the tenth studio album released by the British singer-songwriter Cat Stevens in April 1977. The album proved to be his comeback after the previous album failed to hit the charts. The album updated the rhythmic folk rock and pop rock style of his earlier albums with the extensive use of synthesizers and other electronic music instruments, giving the album a more electronic rock and synthpop style, and anticipating elements of electro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}