Information about plays

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

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

{
    "id": 3579912,
    "uri": "https://api.kexp.org/v2/plays/3579912/?format=api",
    "airdate": "2025-11-18T16:58:53-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "https://ia801608.us.archive.org/6/items/mbid-191d6c3e-2f2a-4961-abc3-d10bda2c1b80/mbid-191d6c3e-2f2a-4961-abc3-d10bda2c1b80-8669808737_thumb500.jpg",
    "thumbnail_uri": "https://ia601608.us.archive.org/6/items/mbid-191d6c3e-2f2a-4961-abc3-d10bda2c1b80/mbid-191d6c3e-2f2a-4961-abc3-d10bda2c1b80-8669808737_thumb250.jpg",
    "song": "Simple Song",
    "track_id": "5fd13af8-bf92-38e9-a424-410dfbba7afa",
    "recording_id": "fa82feef-3ebe-444b-a44a-73d3b966bcc4",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Port of Morrow",
    "release_id": "191d6c3e-2f2a-4961-abc3-d10bda2c1b80",
    "release_group_id": "0197ed2f-6365-498c-944e-df2c3120d885",
    "labels": [
        "Aural Apothecary",
        "Columbia"
    ],
    "label_ids": [
        "5e0e3124-1e42-4f49-bfda-31918e472927",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2012-03-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Shins' fourth album, Port of Morrow, \"immediately hooks the listener and holds on tight right up until the last few seconds. The Shins’ pop sensibilities and Mercer’s stunning way with words shine brighter on this album than ever before.\" \nhttps://tinyurl.com/bddr99vs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}