Information about plays

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

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

{
    "id": 3635387,
    "uri": "https://api.kexp.org/v2/plays/3635387/?format=api",
    "airdate": "2026-03-30T01:12:07-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1-M-14",
    "track_id": null,
    "recording_id": "4d614d3a-2520-4973-a848-b6b5a9b642b7",
    "artist": "菊池俊輔",
    "artist_ids": [
        "3240614e-869e-4c37-94ca-65a570a2d7cb"
    ],
    "album": "アラビアンナイト シンドバットの冒険 オリジナル・サウンドトラック VOL.1",
    "release_id": null,
    "release_group_id": "156da6ce-cd4a-40bd-bf5f-18d750d8ab20",
    "labels": [
        "Fuji Animation"
    ],
    "label_ids": [
        "b00bd025-7931-4aff-8387-a0eb5119d2c1"
    ],
    "release_date": "2023-12-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great composer of many Japanese TV show themes and background music. Usually funky, lots of great horns, atmospheres, fuzz guitar, and funk! (\"kids shows\" had it good in the 70s!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}