Information about plays

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

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

{
    "id": 3582657,
    "uri": "https://api.kexp.org/v2/plays/3582657/?format=api",
    "airdate": "2025-11-25T05:01:27-08:00",
    "show": 65205,
    "show_uri": "https://api.kexp.org/v2/shows/65205/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-6792b437-e0fa-37fc-9cc1-fe87aae00eee/mbid-6792b437-e0fa-37fc-9cc1-fe87aae00eee-33071179845_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-6792b437-e0fa-37fc-9cc1-fe87aae00eee/mbid-6792b437-e0fa-37fc-9cc1-fe87aae00eee-33071179845_thumb250.jpg",
    "song": "The Long Black Veil",
    "track_id": "e73a42c1-2a3a-3c03-ba7c-e6e53e83c4db",
    "recording_id": "bbefc585-9e8c-4e7a-b9b1-d64b2078b8fb",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend",
    "release_id": "6792b437-e0fa-37fc-9cc1-fe87aae00eee",
    "release_group_id": "ed247b2a-5238-33a1-99a4-03b90f7a310b",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Long Black Veil\" is a classic country song, written in 1959 by Danny Dill and Marijohn Wilkin, that Johnny Cash famously covered and performed throughout his career. The song is a macabre folk ballad that tells a story of an executed man who maintains his silence to protect the honor of his secret lover, who is the wife of his best friend. The song's enduring popularity and powerful narrative have made the Johnny Cash rendition a signature version, solidifying its place as a country and folk music standard.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}