Information about plays

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

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

{
    "id": 3577138,
    "uri": "https://api.kexp.org/v2/plays/3577138/?format=api",
    "airdate": "2025-11-12T07:34:13-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Norwegian Wood (This Bird Has Flown)",
    "track_id": "31b0b6d9-1e99-3120-b073-5455dd41a0de",
    "recording_id": "783e684e-6045-4d07-87d0-3d6ba91238f6",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Rubber Soul",
    "release_id": "d1092e74-6412-4bc6-a91c-bc3588b764f9",
    "release_group_id": "dca03435-8adb-30a5-ba82-5a162267ff38",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1965-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Norwegian Wood (This Bird Has Flown)\" (also known as simply \"Norwegian Wood\") is a song by the Beatles, first released on the 1965 album Rubber Soul.\n\nJohn Lennon was the primary writer, and finished writing the words and middle eight with Paul McCartney (credited to Lennon-McCartney). It is the first example of a rock band playing the sitar in one of their songs; it was played by George Harrison. \nhttps://www.thebeatles.com/norwegian-wood-bird-has-flown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}