Information about plays

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

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

{
    "id": 3437273,
    "uri": "https://api.kexp.org/v2/plays/3437273/?format=api",
    "airdate": "2024-12-12T19:03:26-08:00",
    "show": 62092,
    "show_uri": "https://api.kexp.org/v2/shows/62092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Phạm Đức Thành",
    "artist_ids": [
        "4ae549c4-58e8-4b5e-ad45-5dd2ad982f65"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the world's most advanced dan bau players, Vietnamese traditional musician Pham Duc Thanh has performed in his native country before moving to Germany for a few years in the early ‘90s and finally settling down in Montreal, Canada in 1996. The dan bau is a traditional monochord instrument played with one hand bending a handle to modify pitch. It is one of the most distinct instruments of the Vietnamese tradition.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}