Information about plays

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

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

{
    "id": 3554607,
    "uri": "https://api.kexp.org/v2/plays/3554607/?format=api",
    "airdate": "2025-09-18T13:19:43-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://ia601905.us.archive.org/21/items/mbid-bdd63f31-b6b5-4223-8088-a85a1f065790/mbid-bdd63f31-b6b5-4223-8088-a85a1f065790-10257585195_thumb500.jpg",
    "thumbnail_uri": "https://ia801905.us.archive.org/21/items/mbid-bdd63f31-b6b5-4223-8088-a85a1f065790/mbid-bdd63f31-b6b5-4223-8088-a85a1f065790-10257585195_thumb250.jpg",
    "song": "ABC",
    "track_id": "b37beaef-587c-4f46-ae7b-3576904e95cd",
    "recording_id": "5f1604ed-5c6b-4a85-8391-15aa61ae7f98",
    "artist": "The Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "ABC",
    "release_id": "e051e642-df68-4d97-a4be-86f3a7202c4e",
    "release_group_id": "e58113ac-a8c5-36d4-864a-a975c1bd829e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael was just 11 years old when \"ABC\" was released. \n\nWatch The Jackson 5 perform a medley of \"I Want You Back\" and \"ABC\" on The Ed Sullivan Show in 1970: https://www.youtube.com/watch?v=ZJMi3m8spJA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}