Information about plays

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

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

{
    "id": 3588099,
    "uri": "https://api.kexp.org/v2/plays/3588099/?format=api",
    "airdate": "2025-12-07T14:51:22-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Is a Many Splendored Thing (instrumental)",
    "track_id": "7d6949b7-7f64-4df3-a08b-c1925a114907",
    "recording_id": "536d286f-6534-4f24-b107-e0971c852d2c",
    "artist": "Sammy Fain & Paul Francis Webster",
    "artist_ids": [
        "b7d69ea7-2f72-43cf-881b-6dc142afdb48",
        "19cd620e-3fcf-4081-b5f4-e8714dc021fd"
    ],
    "album": "Grease: The Original Soundtrack From the Motion Picture",
    "release_id": "dabce8bc-6a86-4db1-9fbf-40c8f6029f44",
    "release_group_id": "61cb81de-fc03-3437-8ba0-216730ff9c03",
    "labels": [
        "RSO"
    ],
    "label_ids": [
        "3930d173-b232-4ff8-b2f3-568651924d98"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Commemorating the loss of my father in law Terry Wilson who passed on this day in 2012. May his memory be a blessing.\n\n--Eric",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}