Information about plays

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

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

{
    "id": 3585354,
    "uri": "https://api.kexp.org/v2/plays/3585354/?format=api",
    "airdate": "2025-12-01T08:37:02-08:00",
    "show": 65261,
    "show_uri": "https://api.kexp.org/v2/shows/65261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running on Empty",
    "track_id": "4f9e4d13-7b75-3a1b-877c-d324092a3ac4",
    "recording_id": "a458e5e0-50fa-4dbc-9361-c99d0f82f693",
    "artist": "Jackson Browne",
    "artist_ids": [
        "88527d26-7496-47c5-8358-ebdb1868a90f"
    ],
    "album": "Running on Empty",
    "release_id": "7f597fd6-7570-4c82-a342-6b9ef4d0d24a",
    "release_group_id": "786211b5-6caa-3c76-903e-9c085bc7e117",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.jacksonbrowne.com/discography/running-on-empty/\n\nThe song was featured prominently in the 1994 film Forrest Gump as the main theme for a running montage in which the title character treks across the United States on foot.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}