Information about plays

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

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

{
    "id": 3428009,
    "uri": "https://api.kexp.org/v2/plays/3428009/?format=api",
    "airdate": "2024-11-20T22:49:00-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "https://ia800101.us.archive.org/33/items/mbid-d88921bd-097c-4699-b5ee-982885f22e5e/mbid-d88921bd-097c-4699-b5ee-982885f22e5e-39785623305_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/33/items/mbid-d88921bd-097c-4699-b5ee-982885f22e5e/mbid-d88921bd-097c-4699-b5ee-982885f22e5e-39785623305_thumb250.jpg",
    "song": "Children of the Man",
    "track_id": "8ac72fbf-d388-4405-8747-69c0bab0cb57",
    "recording_id": "135d8af0-6331-4bd6-99ec-6eedff9ce011",
    "artist": "Bananagun",
    "artist_ids": [
        "4403e0fb-9dc0-46b0-9720-98bed53ec9cf"
    ],
    "album": "Why is the Colour of the Sky?",
    "release_id": "d88921bd-097c-4699-b5ee-982885f22e5e",
    "release_group_id": "600757de-6f4b-44c1-91dd-5cc25dde8724",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne/Naarm’s Bananagun are back with a great new sophomore record!\n\nhttps://bananagun.bandcamp.com/album/why-is-the-colour-of-the-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}