Information about plays

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

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

{
    "id": 3633586,
    "uri": "https://api.kexp.org/v2/plays/3633586/?format=api",
    "airdate": "2026-03-25T18:30:45-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-16259d14-2313-32cf-a8b3-289b86885632/mbid-16259d14-2313-32cf-a8b3-289b86885632-5961104362_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-16259d14-2313-32cf-a8b3-289b86885632/mbid-16259d14-2313-32cf-a8b3-289b86885632-5961104362_thumb250.jpg",
    "song": "Orion",
    "track_id": "b5fcc3eb-1247-3651-8b8e-8aba04133237",
    "recording_id": "b6cbe414-8b21-4600-8588-f6a80fd7043a",
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Master of Puppets",
    "release_id": "16259d14-2313-32cf-a8b3-289b86885632",
    "release_group_id": "3d00fb45-f8ab-3436-a8e1-b4bfc4d66913",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled on DJ Shadow's 'The Number Song'.\n\nThis epic instrumental runs 8:12. It is named after the constellation Orion, as parts of the song evoke a night sky. Lars Ulrich called it \"Nine minutes of ever-changing, mind-provoking weird-and-wonderfulness.\"\nhttps://www.songfacts.com/facts/metallica/orion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}