Information about plays

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

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

{
    "id": 3572298,
    "uri": "https://api.kexp.org/v2/plays/3572298/?format=api",
    "airdate": "2025-10-31T17:34:32-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://ia601509.us.archive.org/13/items/mbid-51361fcf-9262-4599-8f0c-2e9ba931f754/mbid-51361fcf-9262-4599-8f0c-2e9ba931f754-27393385711_thumb500.jpg",
    "thumbnail_uri": "https://ia601509.us.archive.org/13/items/mbid-51361fcf-9262-4599-8f0c-2e9ba931f754/mbid-51361fcf-9262-4599-8f0c-2e9ba931f754-27393385711_thumb250.jpg",
    "song": "Cyboogie",
    "track_id": "3f93da84-fc0a-4ad5-8814-fc925cb198d7",
    "recording_id": "3ebfcb25-abd4-41f2-a9f5-8686063086b2",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "51361fcf-9262-4599-8f0c-2e9ba931f754",
    "release_group_id": "9290127a-0f47-48c2-a2f6-c68e18644d96",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Matt!\n\nWatch the trippy video for 'Cyboogie' here: https://www.youtube.com/watch?v=_un9PYsE1_g \n\nKing Gizzard & The Lizard Wizard performed live on The Midday Show back in October 2017: https://www.youtube.com/watch?v=G5Z4bma_tUM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}