Information about plays

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

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

{
    "id": 3422387,
    "uri": "https://api.kexp.org/v2/plays/3422387/?format=api",
    "airdate": "2024-11-07T06:03:28-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://ia903109.us.archive.org/27/items/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44-25038472246_thumb500.jpg",
    "thumbnail_uri": "https://ia803109.us.archive.org/27/items/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44/mbid-e870eddf-21ce-46cc-b164-c5f7ddf33d44-25038472246_thumb250.jpg",
    "song": "I'll Take You There",
    "track_id": "2bafc99e-f9c3-37a7-88da-7a4efb9c82c0",
    "recording_id": "ea535500-4c34-4706-af9b-4e7d86ac316b",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Stax Profiles: The Staple Singers",
    "release_id": "e870eddf-21ce-46cc-b164-c5f7ddf33d44",
    "release_group_id": "28e821c6-1b6b-383e-ba38-36d6fae9adeb",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2006-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to this article, The Staple Singers’ “I’ll Take You There” never mentions any particular god, or any set of beliefs. It only imagines a place where things are better. But it’s still hard to hear it as anything other than a gospel song — one of the purest and most direct that ever went to #1 in America.\n\nhttps://bit.ly/3oewczm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}