Information about plays

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

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

{
    "id": 3416729,
    "uri": "https://api.kexp.org/v2/plays/3416729/?format=api",
    "airdate": "2024-10-24T14:03:34-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Players Holiday",
    "track_id": null,
    "recording_id": "67a04bf4-c899-4c97-afba-e3b32fa00c7a",
    "artist": "T.W.D.Y. feat. Mac Mall & Too $hort",
    "artist_ids": [
        "875be331-4442-4645-a262-3e298896cd28",
        "84490594-c358-40c1-8c27-14bcaeb825e8",
        "8e0fe7bd-bd17-4d25-9b68-1e6a60705477"
    ],
    "album": "Derty Werk",
    "release_id": null,
    "release_group_id": "f867d496-ba27-304b-b150-dec52e09d205",
    "labels": [
        "Thump Records"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Led by prominent Oakland producer Ant Banks, T.W.D.Y. (The Whole Damn Yey) also features Dolla Will and Captain Save'm. This trio focuses on the hard, sleazy, gangsta style rap that Banks helped define on his work for Too $hort, Spice 1, and E-40, among others. \n--\nHear how they're sampling Bill Withers?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}