Information about plays

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

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

{
    "id": 3523063,
    "uri": "https://api.kexp.org/v2/plays/3523063/?format=api",
    "airdate": "2025-07-05T18:00:55-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/31f26419-44be-4653-a152-e4b8dd9a9ec2/4031261347-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31f26419-44be-4653-a152-e4b8dd9a9ec2/4031261347-250.jpg",
    "song": "Brooklyn Sunburn",
    "track_id": null,
    "recording_id": "7da81cba-d6f1-4ce6-adef-e7fbc82f61bf",
    "artist": "Teen Daze",
    "artist_ids": [
        "6ae38268-01a7-413b-8827-80dab10794c9"
    ],
    "album": "All of Us, Together",
    "release_id": null,
    "release_group_id": "08fbb047-a671-4e0f-bece-54443e3f8c7b",
    "labels": [
        "Lefse"
    ],
    "label_ids": [],
    "release_date": "2012-05-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to Audioasis!\n\nTeen Daze, the stage name for solo Canadian electronic musician Jamison Jon Baerg Isaak, is from Abbotsford, BC! Check out all of his music below:\n\nhttps://teendaze.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}