Information about plays

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

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

{
    "id": 3441848,
    "uri": "https://api.kexp.org/v2/plays/3441848/?format=api",
    "airdate": "2024-12-23T11:48:59-08:00",
    "show": 62187,
    "show_uri": "https://api.kexp.org/v2/shows/62187/?format=api",
    "image_uri": "https://ia800902.us.archive.org/15/items/mbid-1faf4495-1239-41b0-8783-ed75da0cc1c1/mbid-1faf4495-1239-41b0-8783-ed75da0cc1c1-9028720070_thumb500.jpg",
    "thumbnail_uri": "https://ia800902.us.archive.org/15/items/mbid-1faf4495-1239-41b0-8783-ed75da0cc1c1/mbid-1faf4495-1239-41b0-8783-ed75da0cc1c1-9028720070_thumb250.jpg",
    "song": "What You Were",
    "track_id": "bda077fd-b38d-3a45-a9a2-9335c65a2348",
    "recording_id": "7fb9e654-28b9-441f-89e6-d9f320423c08",
    "artist": "The Drums",
    "artist_ids": [
        "c3ecef5d-84f3-4942-8c24-0a626343c3f4"
    ],
    "album": "Portamento",
    "release_id": "1faf4495-1239-41b0-8783-ed75da0cc1c1",
    "release_group_id": "0d043584-6e84-4e2a-96b9-28d2a6323f46",
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2011-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA trio led by Jonathan Pierce -- \"Portamento\" features 11 different references to death or dying, and the album is tinged with the aftermath of a difficult 2010 that included the departure of guitarist Adam Kessler --https://tinyurl.com/bdz8prs5\n\nhttps://thedrums.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}