Information about plays

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

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

{
    "id": 3421738,
    "uri": "https://api.kexp.org/v2/plays/3421738/?format=api",
    "airdate": "2024-11-05T13:26:50-08:00",
    "show": 61771,
    "show_uri": "https://api.kexp.org/v2/shows/61771/?format=api",
    "image_uri": "https://ia601506.us.archive.org/22/items/mbid-dfb0eb62-e729-4fc3-b198-c50283d9ed17/mbid-dfb0eb62-e729-4fc3-b198-c50283d9ed17-33083332053_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/22/items/mbid-dfb0eb62-e729-4fc3-b198-c50283d9ed17/mbid-dfb0eb62-e729-4fc3-b198-c50283d9ed17-33083332053_thumb250.jpg",
    "song": "BREAK MY SOUL",
    "track_id": "2a9a633c-a7c8-4a8d-92d9-edcd8cdd74ea",
    "recording_id": "378f8d61-8d50-45be-85e6-d442b9941ea5",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "RENAISSANCE",
    "release_id": "dfb0eb62-e729-4fc3-b198-c50283d9ed17",
    "release_group_id": "2c385052-5083-43a2-b1e5-36566d2ae3c0",
    "labels": [
        "Columbia",
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2022-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You didn't think we weren't gonna play it right?  \nSampling the \"Show me Love (Stonebridge Mix) by Robin S. and \"Explode\" by Big Freedia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}