Information about plays

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

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

{
    "id": 3543043,
    "uri": "https://api.kexp.org/v2/plays/3543043/?format=api",
    "airdate": "2025-08-21T21:05:43-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?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": "Leaf Raining",
    "track_id": null,
    "recording_id": "347f509d-82af-48d7-adfd-434dab744584",
    "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": "From Kyoto, Japan\n\nhttps://nocollar4kicks.bandcamp.com/album/dwellers-of-the-seabed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}