Information about plays

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

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

{
    "id": 3411543,
    "uri": "https://api.kexp.org/v2/plays/3411543/?format=api",
    "airdate": "2024-10-12T03:24:26-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Umi Says",
    "track_id": "69c0930d-f33c-4c67-972c-f92c2c34a638",
    "recording_id": "e3c22e4f-3f5f-4a38-aae2-e7d289292122",
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "Black On Both Sides",
    "release_id": "c53be6c2-1a17-4a4a-97e3-d40f61630236",
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album, \"Black on Both Sides\" features live instrumentation and was recorded in one take.\n\nreleased on this day in 1999\n\"Umi\" means \"Mother\" in Arabic. Written by Mos Def and David Kennedy, the track features will.i.am on the Fender Rhodes and Wedon Irvine on the Hammond.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}