Information about plays

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

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

{
    "id": 3421692,
    "uri": "https://api.kexp.org/v2/plays/3421692/?format=api",
    "airdate": "2024-11-05T10:40:35-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia801605.us.archive.org/17/items/mbid-867e7159-8052-3091-86a4-0d0c48fd7f66/mbid-867e7159-8052-3091-86a4-0d0c48fd7f66-9471823684_thumb500.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/17/items/mbid-867e7159-8052-3091-86a4-0d0c48fd7f66/mbid-867e7159-8052-3091-86a4-0d0c48fd7f66-9471823684_thumb250.jpg",
    "song": "People Have the Power",
    "track_id": "a6440bd1-7b5c-32db-80c7-f7533c68e4df",
    "recording_id": "1b7cabaf-2462-48b0-b62e-22c21594522b",
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Dream of Life",
    "release_id": "867e7159-8052-3091-86a4-0d0c48fd7f66",
    "release_group_id": "92f0659b-0d81-3491-a2ad-6028ddcbd628",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patti Smith co-wrote this powerful song with her late husband, Fred \"Sonic\" Smith.  Yesterday (November 4th) was the 30th anniversary of his death from heart failure in 1994.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}