Information about plays

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

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

{
    "id": 3562159,
    "uri": "https://api.kexp.org/v2/plays/3562159/?format=api",
    "airdate": "2025-10-07T00:00:50-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/7be324e1-18c1-4852-a2d2-f01506dcab79/14731069267-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7be324e1-18c1-4852-a2d2-f01506dcab79/14731069267-250.jpg",
    "song": "Statue of Liberty",
    "track_id": null,
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "White Music",
    "release_id": null,
    "release_group_id": "576e4598-dfdd-3888-bc7c-6ab01aa28a06",
    "labels": [
        "Virgin"
    ],
    "label_ids": [],
    "release_date": "1978-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We don't have statues, but might a t-shirt, crewneck, beanie or exclusive vinyl record club interest you ? - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}