Information about plays

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

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

{
    "id": 3544649,
    "uri": "https://api.kexp.org/v2/plays/3544649/?format=api",
    "airdate": "2025-08-25T13:20:45-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://ia800303.us.archive.org/7/items/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc-38410445945_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/7/items/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc-38410445945_thumb250.jpg",
    "song": "TYRANT",
    "track_id": "5b3a5ce1-b065-4f2c-a0c5-e83990bfb248",
    "recording_id": "7819876e-d2e4-4b34-a6be-e0f6dcf17e8b",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "COWBOY CARTER",
    "release_id": "89f13142-45d9-4ab5-a5eb-d35d6d42febc",
    "release_group_id": "fa566e7b-254a-4fab-8aa5-ebcb7592d7f2",
    "labels": [
        "Columbia",
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2024-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official lyric video for \"TYRANT\" here:\nhttps://www.youtube.com/watch?v=bgtuQptR1U4\n\nhttps://www.beyonce.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}