Information about plays

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

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

{
    "id": 3428309,
    "uri": "https://api.kexp.org/v2/plays/3428309/?format=api",
    "airdate": "2024-11-21T15:37:51-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://ia801900.us.archive.org/17/items/mbid-311a8fbe-5cf1-4596-86b8-bfed89527028/mbid-311a8fbe-5cf1-4596-86b8-bfed89527028-3006997397_thumb500.jpg",
    "thumbnail_uri": "https://ia601900.us.archive.org/17/items/mbid-311a8fbe-5cf1-4596-86b8-bfed89527028/mbid-311a8fbe-5cf1-4596-86b8-bfed89527028-3006997397_thumb250.jpg",
    "song": "4 Better or 4 Worse",
    "track_id": "752a198c-3125-3a01-ac72-d791ba59a138",
    "recording_id": "75062888-f8e9-4101-9d65-f7d0ee3f835e",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Bizarre Ride II the Pharcyde",
    "release_id": "311a8fbe-5cf1-4596-86b8-bfed89527028",
    "release_group_id": "c799ef0c-f038-364b-972b-51f52d794781",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1992-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features  a sample of Lou Donaldson's \"Pot Belly.\" \n--\nHere's the official video for \"4 Better or 4 Worse\": https://www.youtube.com/watch?v=49PQ75u6WTQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}