Information about plays

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

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

{
    "id": 3428276,
    "uri": "https://api.kexp.org/v2/plays/3428276/?format=api",
    "airdate": "2024-11-21T13:36:10-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Qui Seme Le Vent Recolte Le Tempo",
    "track_id": "1e639143-2965-4500-9568-344a1eea69d0",
    "recording_id": "3aa5f71f-efa3-4a2d-bf22-92cfb4cf1968",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Planet Rap",
    "release_id": "8968e434-7de5-4165-ada2-248100049bcb",
    "release_group_id": "aec4f7f4-c4e2-4bf1-b7ca-ed86322cf680",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1993-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Qui sème le vent récolte le tempo\" is the debut album from French rapper MC Solaar.\n--\nThe title song is a pun on the French version of the Biblical proverb \"qui sème le vent récolte la tempête\" (he who sows the wind reaps the whirlwind, Hosea 8:7).  It samples Lou Donaldson's \"One Cylinder.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}