Information about plays

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

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

{
    "id": 3542381,
    "uri": "https://api.kexp.org/v2/plays/3542381/?format=api",
    "airdate": "2025-08-20T06:43:11-07:00",
    "show": 64337,
    "show_uri": "https://api.kexp.org/v2/shows/64337/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc-38410445945_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc/mbid-89f13142-45d9-4ab5-a5eb-d35d6d42febc-38410445945_thumb250.jpg",
    "song": "BODYGUARD",
    "track_id": "1bafaef1-2410-4e99-8e3c-8720b5b0e56a",
    "recording_id": "b67c296c-6cde-4864-bb83-1ff452aa2cc8",
    "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": "I'll protect you in the mosh pit and I'll defend you in the gossip!\n\nCheck out the official lyric video for BODYGUARD here: https://www.youtube.com/watch?v=7HV_Rv858YM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}