Information about plays

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

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

{
    "id": 3428606,
    "uri": "https://api.kexp.org/v2/plays/3428606/?format=api",
    "airdate": "2024-11-22T09:42:31-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Pints of Lager and a Packet of Crisps 2",
    "track_id": "c32fd88a-f236-4f41-905e-fc873e9a073d",
    "recording_id": "396500af-ba00-428a-98a4-cfbdf413ca57",
    "artist": "Bag of Cans",
    "artist_ids": [
        "213d0503-6caa-4eae-8eb1-7b82105ea772"
    ],
    "album": "Favourite Shirt",
    "release_id": "f0a7dfec-6ad9-4127-8cd8-18aa677a99c6",
    "release_group_id": "322fb775-1342-4c20-846c-ca66d3e25db1",
    "labels": [
        "Fierce Panda Records"
    ],
    "label_ids": [
        "ddc72240-faa5-4e81-a381-6cb4e3335d81"
    ],
    "release_date": "2024-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norwich, UK band recently wrote on Instagram: \"We got another play on @kexp on Sunday which is more than this silly band could ever ask for!\"\n--\nGo here to purchase their just-released \"Favourite Shirt\" EP: https://bagofcans.bandcamp.com/album/favourite-shirt-ep?from=discover_page",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}