Information about plays

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

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

{
    "id": 3428006,
    "uri": "https://api.kexp.org/v2/plays/3428006/?format=api",
    "airdate": "2024-11-20T22:41:12-08:00",
    "show": 61904,
    "show_uri": "https://api.kexp.org/v2/shows/61904/?format=api",
    "image_uri": "https://ia600701.us.archive.org/0/items/mbid-ddfb01ae-715c-4699-8ce9-fb5100bd6280/mbid-ddfb01ae-715c-4699-8ce9-fb5100bd6280-40462278740_thumb500.jpg",
    "thumbnail_uri": "https://ia600701.us.archive.org/0/items/mbid-ddfb01ae-715c-4699-8ce9-fb5100bd6280/mbid-ddfb01ae-715c-4699-8ce9-fb5100bd6280-40462278740_thumb250.jpg",
    "song": "Phantom Island",
    "track_id": "db631669-225b-4632-aaf3-ffb63dfec6ed",
    "recording_id": "795ef87e-c2ff-4456-b203-72e4b8f553a7",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Phantom Island",
    "release_id": "ddfb01ae-715c-4699-8ce9-fb5100bd6280",
    "release_group_id": "e2e5b06e-e0e7-4362-ab3d-353f5f6a4455",
    "labels": [
        "KGLW",
        "p(doom) Records"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5",
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2024-10-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Groovy new tune from the Gizz.\n\nhttps://kinggizzard.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}