Information about plays

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

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

{
    "id": 3416189,
    "uri": "https://api.kexp.org/v2/plays/3416189/?format=api",
    "airdate": "2024-10-23T05:38:14-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lowdown (part i)",
    "track_id": "da6e58cc-e343-4dcc-bceb-8c957344298c",
    "recording_id": "2b566e5f-d7d6-4821-a38f-7627cb1b4aee",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Small Changes",
    "release_id": "ff2b9424-c0f7-40fd-aeca-11855e96fde1",
    "release_group_id": "7940007c-780d-40aa-8eb8-c3d81768c6c0",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Michael Kiwanuka from his upcoming album out November 15th! \n\n“Music heals me,” Kiwanuka said in a video interview from his home in England. “So that’s what I try and do.” Here's a NY Times feature on the artist and his fourth album Small Changes: https://www.nytimes.com/2024/09/12/arts/music/michael-kiwanuka-small-changes.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}