Information about plays

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

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

{
    "id": 3596092,
    "uri": "https://api.kexp.org/v2/plays/3596092/?format=api",
    "airdate": "2025-12-26T02:46:27-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/54cf4595-87c2-499e-82a2-bfdd723fcbaa/22421505657-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54cf4595-87c2-499e-82a2-bfdd723fcbaa/22421505657-250.jpg",
    "song": "Little Boxes",
    "track_id": null,
    "recording_id": "a60cbbe3-c737-4cb6-af76-b656341ae57b",
    "artist": "Malvina Reynolds",
    "artist_ids": [
        "33253c93-a45a-4f56-96fc-0897fd95d8db"
    ],
    "album": "Ear to the Ground",
    "release_id": null,
    "release_group_id": "eb9239db-8e7b-3c38-b1e2-c9828fcdd5f6",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Malvina wrote this song in 1962, and Pete Seeger made it famous in 1963 ; podcast from August about this song’s relevance today: https://news.berkeley.edu/2020/08/28/berkeley-talks-music-podcast-malvina-reynolds ; http://www.malvinareynolds.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}