Information about plays

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

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

{
    "id": 3428779,
    "uri": "https://api.kexp.org/v2/plays/3428779/?format=api",
    "airdate": "2024-11-22T18:38:39-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "https://ia600409.us.archive.org/1/items/mbid-991fd571-e1e5-455c-8354-5ffc8b409299/mbid-991fd571-e1e5-455c-8354-5ffc8b409299-38948668777_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/1/items/mbid-991fd571-e1e5-455c-8354-5ffc8b409299/mbid-991fd571-e1e5-455c-8354-5ffc8b409299-38948668777_thumb250.jpg",
    "song": "Going in Circles",
    "track_id": "cbe2d25c-526d-4e4e-a71d-de7e59b58c46",
    "recording_id": "bb3bb97b-38d8-425d-b1c7-9b2c07481480",
    "artist": "GIFT",
    "artist_ids": [
        "e538319d-a827-4bca-aefb-61f40ab74181"
    ],
    "album": "Illuminator",
    "release_id": "991fd571-e1e5-455c-8354-5ffc8b409299",
    "release_group_id": "32d82688-1433-42ce-87c9-d21ca880fddc",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of the track, Brooklyn's GIFT share it's about \"the endless cycle of a relationship, the back and forth in both euphoria and doubt. \n\n\"The chorus 'I never told you why’ is about never being able to say how you really feel, not having closure and the cycle continuing.'\" https://tinyurl.com/5pxbdkdk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}