Information about plays

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

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

{
    "id": 3605366,
    "uri": "https://api.kexp.org/v2/plays/3605366/?format=api",
    "airdate": "2026-01-17T05:12:52-08:00",
    "show": 65671,
    "show_uri": "https://api.kexp.org/v2/shows/65671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See-Line Women",
    "track_id": "af7e7aa0-65ad-31df-9a62-9c10e6381a80",
    "recording_id": "e95a8db9-7b26-4280-aa02-6a16def9580d",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Ultimate Nina Simone",
    "release_id": "1459763c-bba6-4053-b97e-7d154f8d6aed",
    "release_group_id": "797409e1-b53e-32b1-8ecb-9d0601dd5d0f",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song that dates back to the 19th-century that Nina Simone popularized with this version. Was a B-side for \"Mississippi Goddam\" in 1964.\n\nFeist did a cover of Simone's version called Sea Lion Woman for her 2007 album The Reminder.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}