Information about plays

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

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

{
    "id": 3525293,
    "uri": "https://api.kexp.org/v2/plays/3525293/?format=api",
    "airdate": "2025-07-10T19:53:02-07:00",
    "show": 63977,
    "show_uri": "https://api.kexp.org/v2/shows/63977/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d91dcdf-e9d6-4578-bf4a-3e8fa2341efd/40833645937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d91dcdf-e9d6-4578-bf4a-3e8fa2341efd/40833645937-250.jpg",
    "song": "Whale Shade",
    "track_id": null,
    "recording_id": "7999ea2d-0e78-448d-9c34-fd9d24eed754",
    "artist": "Stones Taro",
    "artist_ids": [
        "fcf4e64c-54b4-4b6f-a7c3-55ddb8402f35"
    ],
    "album": "Dwellers Of The Seabed",
    "release_id": null,
    "release_group_id": "7f866837-59bb-4620-b833-0d8f75d99dfe",
    "labels": [
        "NC4K"
    ],
    "label_ids": [
        "430154f1-e478-48e5-99d3-94396dba3361"
    ],
    "release_date": "2024-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese Ninja Music Label from Kyoto, run by Stones Taro, Lomax and Pee.J Anderson.\n\nhttps://nocollar4kicks.bandcamp.com/album/dwellers-of-the-seabed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}