Information about plays

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

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

{
    "id": 3629202,
    "uri": "https://api.kexp.org/v2/plays/3629202/?format=api",
    "airdate": "2026-03-15T09:12:11-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f703d3f-6912-40ba-9fcf-1ccedd8b7d34/20172740934-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f703d3f-6912-40ba-9fcf-1ccedd8b7d34/20172740934-250.jpg",
    "song": "Houses",
    "track_id": null,
    "recording_id": "4ae8784f-14bd-439d-884f-382ea607732c",
    "artist": "Elyse Weinberg",
    "artist_ids": [
        "18a76153-b0d3-4b2c-a982-f3b72145d3a9"
    ],
    "album": "Greasepaint Smile",
    "release_id": null,
    "release_group_id": "d8598933-9047-4a0f-98be-9cdf70d3c4c1",
    "labels": [
        "Numero"
    ],
    "label_ids": [],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Considered \"the original lady of Laurel Canyon,\" her second album was recorded in 1969 and released only in 2010. The guitar fuzz on this song was brought by fellow Toronto artist, Neil Young. https://numerophon.bandcamp.com/album/elyse-weinberg-greasepaint-smile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}