Information about plays

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

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

{
    "id": 3590189,
    "uri": "https://api.kexp.org/v2/plays/3590189/?format=api",
    "airdate": "2025-12-12T15:04:30-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fool in the Rain",
    "track_id": null,
    "recording_id": "2ca181b6-0183-4813-baf7-b549b8cd455f",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Fool in the Rain / Hot Dog",
    "release_id": null,
    "release_group_id": "859287da-a879-3917-bb34-7614732d8e31",
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Led Zeppelin’s “Fool in the Rain” was the last single the band ever released before they formally disbanded in 1980. It appears on their eighth and final studio album “In Through the Out Door”.\nThe origin of “Fool in the Rain” came from the groups’ bassist John Paul Jones and vocalist Robert Plant while they were watching the 1978 FIFA World Cup tournament in Argentina, where a heavy samba beat was consistent throughout the matches and games.: https://storyofsong.com/story/fool-in-the-rain/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}