Information about plays

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

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

{
    "id": 3530879,
    "uri": "https://api.kexp.org/v2/plays/3530879/?format=api",
    "airdate": "2025-07-23T21:19:22-07:00",
    "show": 64094,
    "show_uri": "https://api.kexp.org/v2/shows/64094/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bc6f001-c85f-4bb1-a5bb-4e006461fa36/24249751091-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bc6f001-c85f-4bb1-a5bb-4e006461fa36/24249751091-250.jpg",
    "song": "Oceans Inside Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Stone Garden",
    "artist_ids": [
        "796b2f41-fb0b-46c1-a28f-b36f53f4a302"
    ],
    "album": "Brown Acid: The Fourth Trip",
    "release_id": null,
    "release_group_id": "8735db07-ad73-4112-a7a0-4a834049f1da",
    "labels": [
        "RidingEasy Records"
    ],
    "label_ids": [
        "6f50fbf5-1276-424e-ada4-aaa2e3ac302d"
    ],
    "release_date": "2017-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"For fans of stoner metal and hard psychedelia and lovers of rare 45’s from the flower child era alike, picking up this one is a must.\" \nhttps://newnoisemagazine.com/reviews/review-brown-acid-fourth-trip/\nhttps://www.ridingeasyrecs.com/product/brownacid4/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}