Information about plays

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

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

{
    "id": 3519971,
    "uri": "https://api.kexp.org/v2/plays/3519971/?format=api",
    "airdate": "2025-06-28T14:40:21-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://ia800700.us.archive.org/7/items/mbid-f2328b37-b7bd-4ac7-8f39-3c6bfa91986f/mbid-f2328b37-b7bd-4ac7-8f39-3c6bfa91986f-9468441906_thumb500.jpg",
    "thumbnail_uri": "https://ia600700.us.archive.org/7/items/mbid-f2328b37-b7bd-4ac7-8f39-3c6bfa91986f/mbid-f2328b37-b7bd-4ac7-8f39-3c6bfa91986f-9468441906_thumb250.jpg",
    "song": "I Will Survive",
    "track_id": "f993c331-3ecc-34a3-b5b3-278584256db3",
    "recording_id": "08a20554-d803-4fd0-80cf-ee361422f9ad",
    "artist": "Gloria Gaynor",
    "artist_ids": [
        "d5c51c36-ac67-4727-91ed-ee9f0df81a2d"
    ],
    "album": "The Disco Years, Volume 2: On the Beat (1978-1982)",
    "release_id": "f2328b37-b7bd-4ac7-8f39-3c6bfa91986f",
    "release_group_id": "f629d657-68ac-3c85-981c-ae0a80898a84",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this song was added to the Library of Congress' National Registry in 2015? Ostensibly a song about dealing with a cheating partner, it was immediately endowed by listeners with much more power than this simple\npremise, through its universal themes of strength, pride, independence, and\novercoming self-doubt: https://bit.ly/3z1LJcA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}