Information about plays

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

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

{
    "id": 3417301,
    "uri": "https://api.kexp.org/v2/plays/3417301/?format=api",
    "airdate": "2024-10-25T23:23:35-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Purge",
    "track_id": null,
    "recording_id": "e705c605-efa5-4dcb-9da0-1f19036077b4",
    "artist": "ScHoolboy Q feat. Tyler, the Creator & Kurupt",
    "artist_ids": [
        "bce6d667-cde8-485e-b078-c0a05adea36d",
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6",
        "9034f787-3e79-44fe-89c1-8a082d556eec"
    ],
    "album": "Oxymoron",
    "release_id": null,
    "release_group_id": "0b5f1519-7820-4e30-8b30-af4448152eae",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}