Information about plays

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

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

{
    "id": 3415228,
    "uri": "https://api.kexp.org/v2/plays/3415228/?format=api",
    "airdate": "2024-10-20T18:30:16-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Rain",
    "track_id": null,
    "recording_id": "330ec23d-99a1-4938-b435-81a3f0e25d29",
    "artist": "Dee Dee Bridgewater",
    "artist_ids": [
        "43826bcf-2c17-4bf5-92cf-671c184e215f"
    ],
    "album": "Just Family",
    "release_id": null,
    "release_group_id": "37153d32-eb79-3c02-a0d7-b7107e139d99",
    "labels": [],
    "label_ids": [],
    "release_date": "1978-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dee Dee Bridgewater is a jazz singer and actress. She is a three-time Grammy Award-winning singer-songwriter, as well as a Tony Award-winning stage actress. For 23 years, she was the host of National Public Radio's syndicated radio show JazzSet with Dee Dee Bridgewater.\n\n\"Sweet Rain\" was released in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}