Information about plays

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

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

{
    "id": 3321917,
    "uri": "https://api.kexp.org/v2/plays/3321917/?format=api",
    "airdate": "2024-03-14T16:28:32-07:00",
    "show": 59675,
    "show_uri": "https://api.kexp.org/v2/shows/59675/?format=api",
    "image_uri": "https://coverartarchive.org/release/3cac6193-3378-4cc2-9a31-22da89556c30/26161249260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3cac6193-3378-4cc2-9a31-22da89556c30/26161249260-250.jpg",
    "song": "93 ’til Infinity",
    "track_id": null,
    "recording_id": "22976b24-a875-4a34-a7ba-012e89c8a02d",
    "artist": "Souls of Mischief",
    "artist_ids": [
        "7b61cf8f-c042-4bd4-b64a-25cb40f3dd50"
    ],
    "album": "93 ’til Infinity",
    "release_id": null,
    "release_group_id": "22988dc5-7a33-358a-bccf-8a250a557f6b",
    "labels": [
        "Get On Down"
    ],
    "label_ids": [
        "700ae57b-cb63-41d2-a86c-1656db7f37cd"
    ],
    "release_date": "1993-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oakland-based Souls of Mischief (rappers A-Plus, Opio, Phesto, and Taja) sampled the hook from Billy Cobham's 1974 \"Heather.\" They also sampled the drums from Graham Central Stations' \"The Jam\" and from \"Chinese Chicken\" from Duke Williams and the Extremes.\n\nIt was just announced that Souls of Mischief have finally earned a gold plaque, as the foursome's 1993 single \"'93 'Til Infinity\" was certified gold by the RIAA (Recording Industry Association of America) on Dec. 6. (thirty years after its release): https://tinyurl.com/58dh59ju",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}