Information about plays

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

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

{
    "id": 3343832,
    "uri": "https://api.kexp.org/v2/plays/3343832/?format=api",
    "airdate": "2024-05-04T19:31:52-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "https://ia800300.us.archive.org/19/items/mbid-1d1a12c1-31d6-4797-b28e-748d99dddbc1/mbid-1d1a12c1-31d6-4797-b28e-748d99dddbc1-13205434693_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/19/items/mbid-1d1a12c1-31d6-4797-b28e-748d99dddbc1/mbid-1d1a12c1-31d6-4797-b28e-748d99dddbc1-13205434693_thumb250.jpg",
    "song": "Big News",
    "track_id": "6ef21127-05b7-3740-b2b1-66ffbe6abaf7",
    "recording_id": "51a37344-c5a4-46af-b6f9-3bd6c8542f51",
    "artist": "These Arms Are Snakes",
    "artist_ids": [
        "e95a296e-a34c-4496-9a7c-a95683d487b5"
    ],
    "album": "Oxeneers or the Lion Sleeps When Its Antelope Go Home",
    "release_id": "1d1a12c1-31d6-4797-b28e-748d99dddbc1",
    "release_group_id": "d8cbd9cf-bc85-3319-b1dc-a0abd83115e1",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2004-09-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Another one! Blistering post-hardcore from Seattle, this one's almost 20 years old but it sounds so fresh! \n\nhttps://thesearmsaresnakes.bandcamp.com/album/oxeneers-or-the-lion-sleeps-when-its-antelope-go-home",
    "play_type": "trackplay"
}