Information about plays

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

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

{
    "id": 3560030,
    "uri": "https://api.kexp.org/v2/plays/3560030/?format=api",
    "airdate": "2025-10-01T10:55:59-07:00",
    "show": 64717,
    "show_uri": "https://api.kexp.org/v2/shows/64717/?format=api",
    "image_uri": "https://ia801604.us.archive.org/11/items/mbid-206a04d5-7372-4f30-8886-c213d4161279/mbid-206a04d5-7372-4f30-8886-c213d4161279-10117470002_thumb500.jpg",
    "thumbnail_uri": "https://ia601604.us.archive.org/11/items/mbid-206a04d5-7372-4f30-8886-c213d4161279/mbid-206a04d5-7372-4f30-8886-c213d4161279-10117470002_thumb250.jpg",
    "song": "Star/Fool",
    "track_id": "b4584f85-4983-373e-8bb6-37c4db43072f",
    "recording_id": "ba9ec3bd-400d-4842-8d8d-2b28e328fc6f",
    "artist": "The Damnwells",
    "artist_ids": [
        "d47367b1-a847-41f9-8123-8f1e80e27db1"
    ],
    "album": "Bastards of the Beat",
    "release_id": "0419d1c2-22db-4da3-9465-1054c9c269a0",
    "release_group_id": "321f6dc6-c374-344e-9433-7cb24cd12d79",
    "labels": [
        "Epic",
        "RED Ink"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "c2bc2c32-3b01-4671-8c67-b11db0f4b5be"
    ],
    "release_date": "2003-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Damnwells formed in Brooklyn in 2000 and were active until 2016. In 2023, they reunited to release a new single, their first new music in eight years. The next year, 2024, they released their sixth album, entitled Bad At Beautiful. \n\nhttps://www.thedamnwells.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}