Information about plays

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

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

{
    "id": 3562059,
    "uri": "https://api.kexp.org/v2/plays/3562059/?format=api",
    "airdate": "2025-10-06T16:08:25-07:00",
    "show": 64765,
    "show_uri": "https://api.kexp.org/v2/shows/64765/?format=api",
    "image_uri": "https://coverartarchive.org/release/5aeceb5c-aa75-4cc6-916e-1737bd31e990/7018102287-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5aeceb5c-aa75-4cc6-916e-1737bd31e990/7018102287-250.jpg",
    "song": "Peace Signs",
    "track_id": null,
    "recording_id": "61884c21-f5b5-46c6-abb4-263f88f90fdf",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Epic",
    "release_id": null,
    "release_group_id": "a9c4e7f3-94a9-4451-b195-b235a9eff5b1",
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2010-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#529!!\nhttps://www.kexp.org/countdowns/2025-all-time-favorite-albums/\n\n\n\n\"'Epic', Van Etten's second album, lays a romantic melancholy lining over the gravel and dirt of heartbreak, without one honest thought or feeling spared. She sings of betrayal, obsession, egotism and all the other emotions we hate in others and recognize in ourselves. Van Etten's grounded and clenched vocals convey the sense of hope--the notion that beauty can come out of the worst of circumstances.\" https://badabingrecords.bandcamp.com/album/epic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}