Information about plays

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

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

{
    "id": 3633974,
    "uri": "https://api.kexp.org/v2/plays/3633974/?format=api",
    "airdate": "2026-03-26T17:44:51-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?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": "YA YA",
    "track_id": "12c87967-b39e-4eda-96ef-0e7dec084a35",
    "recording_id": "3c255ec7-8316-48c7-bc84-8af2f7b89081",
    "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": "\"YA YA\" from Beyoncé's 2024 Cowboy Carter interpolates two 1966 hits: Nancy Sinatra's \"These Boots Are Made for Walking\" and The Beach Boys' \"Good Vibrations.\" An earlier version of this track was created for Beyoncé's 2011 album, 4, but it did not make the final cut.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}